Initial Commit
This commit is contained in:
commit
c09b00ff35
30 changed files with 1930 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
DATABASE_URL=postgresql://user:pass@127.0.0.1:5432/db
|
||||
|
||||
ROCKET_ADDRESS=0.0.0.0
|
||||
ROCKET_PORT=8000
|
||||
|
||||
BOSS_CDN_URL=https://boss.example.com
|
||||
|
||||
AES_KEY=KEY
|
||||
HMAC_KEY=KEY
|
||||
|
||||
# Can be paired with an admin auth server for extra security,
|
||||
# if disabled auth will instead check to see if the sent token
|
||||
# matches ADMIN_AUTH_TOKEN
|
||||
USE_ADMIN_AUTH=true
|
||||
ADMIN_AUTH_URL=http://admin.example.com # Only needed when USE_ADMIN_AUTH=true
|
||||
ADMIN_AUTH_TOKEN=AUTH_TOKEN
|
||||
Loading…
Add table
Add a link
Reference in a new issue