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
746ab60877
commit
27d1d2a3e2
1 changed files with 7 additions and 1 deletions
|
@ -1,11 +1,17 @@
|
||||||
TZ=__TIMEZONE__
|
TZ=__TIMEZONE__
|
||||||
OCIS_URL=https://__DOMAIN__
|
OCIS_URL=https://__DOMAIN__
|
||||||
|
OCIS_PUBLIC_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=false
|
||||||
OCIS_LOG_LEVEL=warn
|
OCIS_LOG_LEVEL=warn
|
||||||
OCIS_FORCE_CONFIG_OVERWRITE=true
|
OCIS_FORCE_CONFIG_OVERWRITE=true
|
||||||
OCIS_CONFIG_DIR=__DATA_DIR__/config/
|
OCIS_CONFIG_DIR=__DATA_DIR__/config/
|
||||||
|
#OCIS_FORCE_CONFIG_OVERWRITE=true
|
||||||
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
|
||||||
|
|
||||||
|
# Set this to true if you want to enforce passwords on all public shares.
|
||||||
|
OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue