mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2024-11-21 07:38:44 +00:00
532ae7b1fb
- add: proxy in the setup - add: crontab for rsync - add: default passwords to .env - add: skip adding localhost to trusted domains - add: default redis password
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
ENV=development
|
|
NC_VERSION=28
|
|
APP_URL=localhost
|
|
|
|
MYSQL_DATABASE=nextcloud
|
|
MYSQL_USER=nextcloud
|
|
MYSQL_PASSWORD=secret
|
|
MYSQL_ROOT_PASSWORD=secret
|
|
|
|
REDIS_HOST_PASSWORD=secret
|
|
|
|
NEXTCLOUD_ADMIN_USER=swarmbox
|
|
NEXTCLOUD_ADMIN_PASSWORD=swarmbox
|