mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Update .env
This commit is contained in:
parent
0879e94fa4
commit
2aee94ba3c
1 changed files with 0 additions and 6 deletions
|
@ -1,17 +1,11 @@
|
||||||
TZ=__TIMEZONE__
|
TZ=__TIMEZONE__
|
||||||
|
|
||||||
OCIS_URL=https://__DOMAIN__
|
OCIS_URL=https://__DOMAIN__
|
||||||
PROXY_HTTP_ADDR=127.0.0.1:__PORT__
|
PROXY_HTTP_ADDR=127.0.0.1:__PORT__
|
||||||
PROXY_TLS=true
|
PROXY_TLS=true
|
||||||
OCIS_INSECURE=true
|
OCIS_INSECURE=true
|
||||||
|
|
||||||
OCIS_LOG_LEVEL=warn
|
OCIS_LOG_LEVEL=warn
|
||||||
|
|
||||||
OCIS_FORCE_CONFIG_OVERWRITE=true
|
OCIS_FORCE_CONFIG_OVERWRITE=true
|
||||||
|
|
||||||
OCIS_CONFIG_DIR=__INSTALL_DIR__
|
OCIS_CONFIG_DIR=__INSTALL_DIR__
|
||||||
OCIS_BASE_DATA_PATH=__DATA_DIR__
|
OCIS_BASE_DATA_PATH=__DATA_DIR__
|
||||||
|
|
||||||
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
||||||
|
|
||||||
#OCIS_EXCLUDE_RUN_SERVICES=thumbnails
|
#OCIS_EXCLUDE_RUN_SERVICES=thumbnails
|
||||||
|
|
Loading…
Add table
Reference in a new issue