File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,17 @@ docker-compose up
2121
2222### Environment variables
2323
24- | Name | Value |
25- | -------------------| -----------|
26- | REDIS_HOST | localhost |
27- | REDIS_PORT | 6379 |
28- | REDIS_USERNAME | redis |
29- | REDIS_PASSWORD | konsign |
30- | POSTGRES_HOST | localhost |
31- | POSTGRES_PORT | 5432 |
32- | POSTGRES_DBNAME | konsign |
33- | POSTGRES_USERNAME | konsign |
34- | POSTGRES_PASSWORD | konsign |
35-
24+ | Name | Value |
25+ | -----------------------| -------------|
26+ | REDIS_HOST | localhost |
27+ | REDIS_PORT | 6379 |
28+ | REDIS_USERNAME | redis |
29+ | REDIS_PASSWORD | konsign |
30+ | POSTGRES_HOST | localhost |
31+ | POSTGRES_PORT | 5432 |
32+ | POSTGRES_DBNAME | konsign |
33+ | POSTGRES_USERNAME | konsign |
34+ | POSTGRES_PASSWORD | konsign |
35+ | NEW_RELIC_LICENSE_KEY | LICENSEKEY |
36+ | NEW_RELIC_APP_NAME | konsign-api |
37+ | NEW_RELIC_ENVIRONMENT | dev |
You can’t perform that action at this time.
0 commit comments