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

Update env

This commit is contained in:
Éric Gaspar 2023-11-22 15:15:29 +01:00
parent bc1e7b3ad0
commit 05e229745c

View file

@ -1,9 +1,11 @@
PORT=__PORT__
NC_DB=mysql2://127.0.0.1:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__
NC_AUTH_JWT_SECRET=__JWT_SECRET__
NC_DISABLE_TELE=1
#NC_DISABLE_TELE=1
NC_PUBLIC_URL=https://__DOMAIN__
NC_REQUEST_BODY_SIZE=104857600
NC_REDIS_URL=redis://localhost/
#NC_SMTP_FROM=__APP__@__DOMAIN__
#NC_SMTP_HOST=localhost