added all the dotfiles
This commit is contained in:
48
podman/nextcloud/config.php
Executable file
48
podman/nextcloud/config.php
Executable file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'htaccess.RewriteBase' => '/',
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'apps_paths' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'path' => '/var/www/html/apps',
|
||||
'url' => '/apps',
|
||||
'writable' => false,
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'path' => '/var/www/html/custom_apps',
|
||||
'url' => '/custom_apps',
|
||||
'writable' => true,
|
||||
),
|
||||
),
|
||||
'upgrade.disable-web' => true,
|
||||
'passwordsalt' => '6lps3G6LfFcAhOlPzVU+e1vi9pmLZa',
|
||||
'secret' => '/sp6y5Wdq1x085Oow0nrkHcFtaehnL88g5cPH31gvrpWfV8S',
|
||||
'trusted_domains' =>
|
||||
array (
|
||||
0 => 'localhost',
|
||||
1 => 'next.liphlink.xyz',
|
||||
),
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'dbtype' => 'pgsql',
|
||||
'version' => '31.0.8.1',
|
||||
'overwrite.cli.url' => 'http://localhost',
|
||||
'dbname' => 'next',
|
||||
'dbhost' => 'next-db',
|
||||
'dbport' => '',
|
||||
'dbtableprefix' => 'oc_',
|
||||
'dbuser' => 'next-db',
|
||||
'dbpassword' => '1ChageposT',
|
||||
'installed' => true,
|
||||
'instanceid' => 'ocyyoad5slj1',
|
||||
'app_install_overwrite' =>
|
||||
array (
|
||||
0 => 'diary',
|
||||
1 => 'inventory',
|
||||
2 => 'files_reader',
|
||||
),
|
||||
'loglevel' => 2,
|
||||
'maintenance' => false,
|
||||
);
|
||||
Reference in New Issue
Block a user