Update 'env'

This commit is contained in:
Johan Koke 2022-05-27 16:35:09 +00:00
parent ef49851fe6
commit 0b220f6af0
1 changed files with 12 additions and 11 deletions

23
env
View File

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