1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

increasing log level in production

This commit is contained in:
Martin McKeaveney 2020-11-10 17:16:40 +00:00
parent f19a20a02d
commit 449f898009

View file

@ -12,7 +12,7 @@ JWT_SECRET={{cookieKey1}}
PORT=4001 PORT=4001
# error level for koa-pino # error level for koa-pino
LOG_LEVEL=error LOG_LEVEL=info
DEPLOYMENT_CREDENTIALS_URL="https://dt4mpwwap8.execute-api.eu-west-1.amazonaws.com/prod/" DEPLOYMENT_CREDENTIALS_URL="https://dt4mpwwap8.execute-api.eu-west-1.amazonaws.com/prod/"
DEPLOYMENT_DB_URL="https://couchdb.budi.live:5984" DEPLOYMENT_DB_URL="https://couchdb.budi.live:5984"