Agustin Alexander
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
.env
|
@ -14,6 +14,3 @@ ACCESS_TOKEN_SALT=<INSERT_RANDOM_STRING> |
|
|
ALPHA_VANTAGE_API_KEY= |
|
|
ALPHA_VANTAGE_API_KEY= |
|
|
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=prefer |
|
|
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=prefer |
|
|
JWT_SECRET_KEY=<INSERT_RANDOM_STRING> |
|
|
JWT_SECRET_KEY=<INSERT_RANDOM_STRING> |
|
|
|
|
|
|
|
|
# If TZ different than US change it so that Yahoo finance query does not fail |
|
|
|
|
|
# TZ='America/New_York' |
|
|
|
|
|