mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
cleaning
This commit is contained in:
parent
8238f2e075
commit
dce2509d1b
2 changed files with 9 additions and 10 deletions
17
conf/env
17
conf/env
|
@ -1,16 +1,15 @@
|
|||
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
|
||||
#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=true
|
||||
|
|
|
@ -25,7 +25,7 @@ ldap = false
|
|||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "600M"
|
||||
ram.build = "450M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
|
Loading…
Reference in a new issue