1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Use dev mode

"DB" undefined error while in production mode?
This commit is contained in:
tituspijean 2021-09-28 09:54:49 +02:00
parent fa31d764e2
commit 3f4b54fff4
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -1,4 +1,4 @@
NODE_ENV=production
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__