🔒 add more env variables for backend

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-02 17:04:58 +02:00
parent dbd6050764
commit 369ae7c7ed
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 26 additions and 77 deletions

View file

@ -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