2020-04-27 09:56:51 +02:00
|
|
|
# url of couch db, including username and password
|
|
|
|
# http://admin:password@localhost:5984
|
2020-04-24 18:28:32 +02:00
|
|
|
COUCH_DB_URL={{couchDbUrl}}
|
2020-04-27 09:56:51 +02:00
|
|
|
|
|
|
|
# identifies a client database - i.e. group of apps
|
2020-04-24 18:28:32 +02:00
|
|
|
CLIENT_ID={{clientId}}
|
2020-04-27 09:56:51 +02:00
|
|
|
|
|
|
|
# Full access API key for server
|
2020-04-24 18:28:32 +02:00
|
|
|
ADMIN_SECRET={{adminSecret}}
|
2020-04-27 09:56:51 +02:00
|
|
|
|
|
|
|
# used to create cookie hashes
|
2020-05-14 16:12:30 +02:00
|
|
|
JWT_SECRET={{cookieKey1}}
|
2020-04-27 09:56:51 +02:00
|
|
|
|
|
|
|
# port to run http server on
|
2020-05-29 15:06:25 +02:00
|
|
|
PORT=4001
|
|
|
|
|
|
|
|
# error level for koa-pino
|
|
|
|
LOG_LEVEL=error
|