mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 13:48:58 +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
13 lines
237 B
Text
13 lines
237 B
Text
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
|