Refactor postgres variables (#98)
Co-Authored-By: Valentin Zickner <valentin@coderworks.de>
This commit is contained in:
parent
7a8a25c4c0
commit
e56514629f
2
.env
2
.env
@ -11,6 +11,6 @@ POSTGRES_DB=ghostfolio-db
|
||||
|
||||
ACCESS_TOKEN_SALT=GHOSTFOLIO
|
||||
ALPHA_VANTAGE_API_KEY=
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/ghostfolio-db?sslmode=prefer
|
||||
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=prefer
|
||||
JWT_SECRET_KEY=123456
|
||||
PORT=3333
|
||||
|
Loading…
x
Reference in New Issue
Block a user