add admin panel

This commit is contained in:
Mathias DUPEUX 2025-04-17 23:27:25 +02:00
parent ea3c737c04
commit a5d02f3efd
5 changed files with 49 additions and 3 deletions

View file

@ -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