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
2023-01-28 14:46:40 +01:00

7 lines
214 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
NC_PUBLIC_URL=https://__DOMAIN__
NC_REQUEST_BODY_SIZE=104857600