You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
343 B
17 lines
343 B
4 years ago
|
COMPOSE_PROJECT_NAME=ghostfolio-development
|
||
|
|
||
|
# CACHE
|
||
4 years ago
|
REDIS_HOST=localhost
|
||
4 years ago
|
REDIS_PORT=6379
|
||
|
|
||
|
# POSTGRES
|
||
|
POSTGRES_USER=user
|
||
|
POSTGRES_PASSWORD=password
|
||
|
POSTGRES_DB=ghostfolio-db
|
||
|
|
||
|
ACCESS_TOKEN_SALT=GHOSTFOLIO
|
||
|
ALPHA_VANTAGE_API_KEY=
|
||
|
DATABASE_URL=postgresql://user:password@localhost:5432/ghostfolio-db?sslmode=prefer
|
||
|
JWT_SECRET_KEY=123456
|
||
|
PORT=3333
|