1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/server/.env.template

17 lines
427 B
Plaintext
Raw Normal View History

2020-04-27 19:56:51 +12:00
# url of couch db, including username and password
# http://admin:password@localhost:5984
2020-04-25 04:28:32 +12:00
COUCH_DB_URL={{couchDbUrl}}
2020-04-27 19:56:51 +12:00
# identifies a client database - i.e. group of apps
2020-04-25 04:28:32 +12:00
CLIENT_ID={{clientId}}
2020-04-27 19:56:51 +12:00
# used to create cookie hashes
2020-05-15 02:12:30 +12:00
JWT_SECRET={{cookieKey1}}
2020-04-27 19:56:51 +12:00
# port to run http server on
PORT=4001
# error level for koa-pino
2020-07-07 06:43:40 +12:00
LOG_LEVEL=error
DEPLOYMENT_CREDENTIALS_URL="https://dt4mpwwap8.execute-api.eu-west-1.amazonaws.com/prod/"