25 lines
No EOL
802 B
Text
25 lines
No EOL
802 B
Text
# Mandatory: TCP port to listen on
|
|
PORT=7867
|
|
|
|
# The push server can be configured either by loading the config from
|
|
# the nextcloud config.php or by setting all options through
|
|
# environment variables.
|
|
#
|
|
# Re-using the configuration from nextcloud is the recommended way, as
|
|
# it ensures that the configuration remains in sync.
|
|
CONFIG=/var/lib/nextcloud/webroot/config/config.php
|
|
|
|
# If using the config.php isn't possible, you can configure the push
|
|
# server by setting the following environment variables:
|
|
|
|
# connection url for the Nextcloud database
|
|
#DATABASE_URL=postgres://user:password@db_host/db_name
|
|
|
|
# database prefix configured in Nextcloud
|
|
#DATABASE_PREFIX=oc_
|
|
|
|
# connection url for redis
|
|
#REDIS_URL=redis://localhost
|
|
|
|
# url for the nextcloud instance
|
|
#NEXTCLOUD_URL=https://cloud.example.com |