Initial commit: Portal Auth Admin Dashboard
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Auth DB (portal_auth on Auth LXC) - same as portal .env
|
||||
DB_AUTH_HOST=10.110.60.210
|
||||
DB_AUTH_PORT=5432
|
||||
DB_AUTH_NAME=portal_auth
|
||||
DB_AUTH_USER=portal_user
|
||||
DB_AUTH_PASSWORD=your_password_here
|
||||
|
||||
# Dashboard
|
||||
SECRET_KEY=change-me-to-a-random-secret-key
|
||||
FLASK_ENV=development
|
||||
Reference in New Issue
Block a user