add admin panel
This commit is contained in:
parent
ea3c737c04
commit
a5d02f3efd
5 changed files with 49 additions and 3 deletions
|
@ -4,6 +4,9 @@ db_password=""
|
|||
db_host=postgres.hackclub.app
|
||||
db_port=5432
|
||||
|
||||
BASIC_AUTH_USERNAME="admin"
|
||||
BASIC_AUTH_PASSWORD="veryverylongpasswordthatshouldbesafe"
|
||||
|
||||
SYNC_SERVER_URL="sync.example.com"
|
||||
HOST="0.0.0.0"
|
||||
PORT=80
|
Loading…
Add table
Add a link
Reference in a new issue