Initial Release
This commit is contained in:
11
.env
Normal file
11
.env
Normal file
@@ -0,0 +1,11 @@
|
||||
POSTGRES_DB=cluedo
|
||||
POSTGRES_USER=cluedo
|
||||
POSTGRES_PASSWORD=supersecret
|
||||
|
||||
# Backend
|
||||
BACKEND_SECRET_KEY=please_change_me_to_a_long_random_string
|
||||
BACKEND_BASE_URL=http://localhost:8080
|
||||
|
||||
# Admin initial user (wird beim Start angelegt, falls nicht existiert)
|
||||
ADMIN_EMAIL=admin@local
|
||||
ADMIN_PASSWORD=ChangeMeNow123!
|
||||
Reference in New Issue
Block a user