Update 'env'
This commit is contained in:
parent
ef49851fe6
commit
0b220f6af0
23
env
23
env
|
@ -1,19 +1,20 @@
|
||||||
appname=nextcloud
|
appname=nextcloud
|
||||||
mariadb_version=10.5.8
|
mariadb_version=10.5
|
||||||
nextcloud_tag=stable-apache
|
nextcloud_tag=production-apache
|
||||||
domains=cloud.host.com localhost
|
domains=cloud.server.uk
|
||||||
nextcloud_host=cloud.host.com
|
nextcloud_host=cloud.server.uk
|
||||||
# Enter the allowed servers that can proxy to nextcloud container
|
# Enter the allowed servers that can proxy to nextcloud container
|
||||||
proxies=192.168.1.101 192.168.1.100
|
proxies=xxx.239.209.xxx
|
||||||
host_ip=192.168.1.101
|
host_ip=xxx.239.209.xxx
|
||||||
# Foleder where data is stored, (Must belong to www-data user and group)
|
# Folder where data is stored, (Must belong to www-data user and group)
|
||||||
data_dir=/mnt/nextcloud_data
|
data_dir=/home/$USER/clouddata
|
||||||
sql_db=nextcloud
|
sql_db=nextcloud
|
||||||
sql_pwd=changeme1
|
sql_pwd=pa55
|
||||||
sql_root_pwd=changeme2
|
sql_root_pwd=pa55
|
||||||
sql_user=nextcloud
|
sql_user=nextcloud
|
||||||
redis_host_port=6379
|
redis_host_port=6379
|
||||||
redis_host_pass=24295
|
redis_host_pass=24295
|
||||||
php_memory_limit=1024M
|
php_memory_limit=1024M
|
||||||
php_upload_limit=20G
|
php_upload_limit=20G
|
||||||
collabora_host=office.host.com
|
nextcloud_host=cloud.server.uk
|
||||||
|
collabora_host=office.server.uk
|
Loading…
Reference in New Issue