18 lines
981 B
Text
18 lines
981 B
Text
|
# Specify path to Nextcloud's config.php
|
||
|
NC_CLIENT_PUSH_ARGS="/etc/webapps/nextcloud/config/config.php"
|
||
|
|
||
|
# If using the config.php isn't possible, you can configure the push server by
|
||
|
# setting the following environment variables:
|
||
|
#PORT=7867 Listen port for push server
|
||
|
#SOCKET_PATH=/run/nextcloud/push.sock
|
||
|
#DATABASE_URL connection url for the Nextcloud database, e.g. postgres://user:password@db_host/db_name
|
||
|
#DATABASE_PREFIX database prefix configured in Nextcloud, e.g. oc_
|
||
|
#REDIS_URL connection url for redis, e.g. redis://redis_host
|
||
|
#NEXTCLOUD_URL url for the nextcloud instance, e.g. https://cloud.example.com
|
||
|
#LOG log level of the push server, e.g. error, warn, info, debug or trace
|
||
|
#METRICS_PORT Exposes Prometheus-compatible metrics on configured port if set
|
||
|
#ALLOW_SELF_SIGNED Disable certificate verification by setting this to true
|
||
|
|
||
|
# If both the config.php and environment variables are provided, the environment
|
||
|
# variables will overwrite the value from config.php
|