chore: update configuration settings

This commit is contained in:
Elias Schneider
2022-10-11 22:35:13 +02:00
parent 388ac395ba
commit b073bb31b0
6 changed files with 9 additions and 49 deletions

View File

@@ -1,12 +1,5 @@
# DATABASE
DB_URL="postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}/pingvin-share?schema=public"
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db:5432
# GENERAL
APP_URL=http://localhost:3000
BACKEND_URL=http://backend:8080
SHOW_HOME_PAGE=true
ALLOW_REGISTRATION=true
MAX_FILE_SIZE=1000000000