nextcloud default config: set activity_expire_days to 180 days
This commit is contained in:
parent
7b715e690d
commit
5e24decfae
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ nextcloud:
|
||||||
- app install_apps
|
- app install_apps
|
||||||
- app run_occ 'app:disable dashboard'
|
- app run_occ 'app:disable dashboard'
|
||||||
- app run_occ 'config:system:set upgrade.disable-web --value=true'
|
- app run_occ 'config:system:set upgrade.disable-web --value=true'
|
||||||
|
- app set_system_config activity_expire_days 180
|
||||||
wordpress:
|
wordpress:
|
||||||
env:
|
env:
|
||||||
LOCALE: 'de_DE'
|
LOCALE: 'de_DE'
|
||||||
|
|
Loading…
Reference in a new issue