Initial commit: Portal Auth Admin Dashboard
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
deploy/.env.server
Normal file
9
deploy/.env.server
Normal file
@@ -0,0 +1,9 @@
|
||||
# Auth DB (localhost on this host)
|
||||
DB_AUTH_HOST=127.0.0.1
|
||||
DB_AUTH_PORT=5432
|
||||
DB_AUTH_NAME=portal_auth
|
||||
DB_AUTH_USER=portal_user
|
||||
DB_AUTH_PASSWORD=REPLACE_WITH_ACTUAL_PASSWORD
|
||||
|
||||
# Dashboard
|
||||
SECRET_KEY=REPLACE_WITH_RANDOM_SECRET_KEY
|
||||
Reference in New Issue
Block a user