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
2021-09-27 18:45:55 +02:00

4 lines
139 B
Text

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