X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fconfig_template.j2;fp=templates%2Fconfig_template.j2;h=88db3f4de5fc55d9e8793c0bc0931ee40b9a2a45;hb=925356cb873bdc6560f10a6693da74c8791e97ca;hp=0000000000000000000000000000000000000000;hpb=5ed75e32b36057a8406afda6d8f193bcb1d9f669;p=lhc%2Fansible.git diff --git a/templates/config_template.j2 b/templates/config_template.j2 new file mode 100644 index 0000000..88db3f4 --- /dev/null +++ b/templates/config_template.j2 @@ -0,0 +1,35 @@ + false, + 'trusted_domains' => + array ( + 0 => 'nuage.migration.org', + ), + 'datadirectory' => '{{ nextcloud_webroot}}/data', + 'overwrite.cli.url' => 'https://nuage.migration.org', + 'dbtype' => 'pgsql', + 'dbname' => '{{ nextcloud_db_name }}', + 'dbhost' => '/run/postgresql', + 'dbport' => '', + 'dbtableprefix' => 'oc_', + 'dbuser' => '{{ nextcloud_websrv_user}}', + 'dbpassword' => '', + 'installed' => true, + 'apps_paths' => + array ( + 0 => + array ( + 'path' => '{{ nextcloud_webroot}}/nextcloud/apps/', + 'url' => '/apps', + 'writable' => false, + ), + 1 => + array ( + 'path' => '{{ nextcloud_webroot}}/common/', + 'url' => '/common-apps', + 'writable' => false, + ), + ), + 'theme' => '', + 'loglevel' => 2, +);