mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
8 lines
156 B
Bash
8 lines
156 B
Bash
|
FLASK_DEBUG=1
|
||
|
|
||
|
# Acces to the database
|
||
|
POSTGRES_URL=flask_db:5432
|
||
|
POSTGRES_USER=bensuperpc
|
||
|
POSTGRES_PW=nPRh270dKH3hz%6HS2$X%8F3fqoQ*Fex
|
||
|
POSTGRES_DB=website
|