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:
parent
bc1e7b3ad0
commit
05e229745c
1 changed files with 3 additions and 1 deletions
4
conf/env
4
conf/env
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue