1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
nocodb_ynh/conf/env
tituspijean 3f4b54fff4
Use dev mode
"DB" undefined error while in production mode?
2021-09-28 09:54:49 +02:00

5 lines
150 B
Text

NODE_ENV=dev
PORT=__PORT__
NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__
NC_AUTH_JWT_SECRET=__JWT_SECRET__
NC_DISABLE_TELE=1