feat: boxy integration (todo: test)
This commit is contained in:
parent
81aa06d716
commit
32e186d502
2 changed files with 53 additions and 2 deletions
11
.env.example
11
.env.example
|
@ -32,3 +32,14 @@ POSTGRES_DSN=
|
|||
|
||||
# Random secret. Recommended length is 64 characters at minimum.
|
||||
JWT_SECRET=
|
||||
|
||||
# URL to Boxy's API.
|
||||
# e.g. http://localhost:8001
|
||||
# without ending forward slash (/)
|
||||
BOXY_URL=
|
||||
|
||||
# Address by which Boxy can reach us. If it is not set, it will be the address with which we'll reach Boxy's API.
|
||||
BOXY_CLIENT_ADDRESS=
|
||||
|
||||
BOXY_CLIENT_NAME=
|
||||
BOXY_CLIENT_SECRET=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue