1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-05 08:50:10 +02:00
pingvin-share/.env.example

16 lines
336 B
Plaintext
Raw Normal View History

# DATABASE
DB_URL="postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}/pingvin-share?schema=public"
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db:5432
2022-05-12 16:07:18 +02:00
# GENERAL
APP_URL=http://localhost:3000
BACKEND_URL=http://backend:8080
SHOW_HOME_PAGE=true
ALLOW_REGISTRATION=true
MAX_FILE_SIZE=1000000000
# SECURITY
JWT_SECRET=long-random-string