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
1c6c5fd902
commit
bc1e7b3ad0
1 changed files with 7 additions and 8 deletions
15
conf/env
15
conf/env
|
@ -1,4 +1,3 @@
|
|||
NODE_ENV=production
|
||||
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__
|
||||
|
@ -6,10 +5,10 @@ NC_DISABLE_TELE=1
|
|||
NC_PUBLIC_URL=https://__DOMAIN__
|
||||
NC_REQUEST_BODY_SIZE=104857600
|
||||
|
||||
NC_SMTP_FROM=__APP__@__DOMAIN__
|
||||
NC_SMTP_HOST=localhost
|
||||
NC_SMTP_PORT=25
|
||||
NC_SMTP_USERNAME=__APP__
|
||||
NC_SMTP_PASSWORD=__MAIL_PWD__
|
||||
NC_SMTP_SECURE=false
|
||||
NC_SMTP_IGNORE_TLS
|
||||
#NC_SMTP_FROM=__APP__@__DOMAIN__
|
||||
#NC_SMTP_HOST=localhost
|
||||
#NC_SMTP_PORT=25
|
||||
#NC_SMTP_USERNAME=__APP__
|
||||
#NC_SMTP_PASSWORD=__MAIL_PWD__
|
||||
#NC_SMTP_SECURE=false
|
||||
#NC_SMTP_IGNORE_TLS
|
||||
|
|
Loading…
Reference in a new issue