You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
409 B
16 lines
409 B
##
|
|
## Nextcloud Configuration Environment Variables
|
|
##
|
|
|
|
# Nextcloud domain configuration
|
|
NEXTCLOUD_TRUSTED_DOMAINS=adlink-dlap-4001.itix.fr
|
|
OVERWRITEHOST=adlink-dlap-4001.itix.fr
|
|
OVERWRITEPROTOCOL=http
|
|
OVERWRITECLIURL=http://adlink-dlap-4001.itix.fr
|
|
|
|
# Nextcloud admin credentials
|
|
NEXTCLOUD_ADMIN_USER=admin
|
|
NEXTCLOUD_ADMIN_PASSWORD=nextcloud
|
|
|
|
# Nextcloud server info token
|
|
NEXTCLOUD_SERVERINFO_TOKEN=S3cr3t!
|
|
|