🔒 add more env variables for backend
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
dbd6050764
commit
369ae7c7ed
4 changed files with 26 additions and 77 deletions
|
@ -1,4 +1,10 @@
|
|||
POSTGRES_PASSWORD=supersafepassword
|
||||
POSTGRES_USER=superman
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_DB=supercooldbname
|
||||
POSTGRES_DB=supercooldbname
|
||||
|
||||
DB_HOST=postgres
|
||||
DB_PORT=sickassport
|
||||
DB_USER=admin
|
||||
DB_PASSWORD=supersafepassword
|
||||
DB_NAME=supercooldbname
|
Reference in a new issue