mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
17 lines
507 B
Bash
17 lines
507 B
Bash
TZ=__TIMEZONE__
|
|
OCIS_URL=https://__DOMAIN__
|
|
#OCIS_PUBLIC_URL=https://__DOMAIN__
|
|
PROXY_HTTP_ADDR=127.0.0.1:__PORT__
|
|
PROXY_TLS=true
|
|
OCIS_INSECURE=false
|
|
OCIS_LOG_LEVEL=warn
|
|
OCIS_FORCE_CONFIG_OVERWRITE=true
|
|
OCIS_CONFIG_DIR=__DATA_DIR__/config/
|
|
#OCIS_FORCE_CONFIG_OVERWRITE=true
|
|
OCIS_BASE_DATA_PATH=__DATA_DIR__
|
|
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
|
|
|
#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
|