vault backup: 2024-03-09 16:12:10
This commit is contained in:
@@ -34,19 +34,47 @@ $CONFIG = array (
|
|||||||
'writable' => true,
|
'writable' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'memcache.distributed' => '\\OC\\Memcache\\Redis',
|
||||||
|
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||||
|
'redis' =>
|
||||||
|
array (
|
||||||
|
'host' => 'redis',
|
||||||
|
'password' => '',
|
||||||
|
'port' => 6379,
|
||||||
|
),
|
||||||
'upgrade.disable-web' => true,
|
'upgrade.disable-web' => true,
|
||||||
'instanceid' => 'ocwc2ntdj6io',
|
'instanceid' => 'och3g4qo42hq',
|
||||||
'passwordsalt' => '/uinYW42zbfuqxG5hVNIwS6vWeslUx',
|
'passwordsalt' => 'kASfV5cf4Rh+EcvGNKQkmK01HD2UbI',
|
||||||
'secret' => 'HBPMSEp6fazNbjhCbD+KpXd5C6QYhjMsc6RvU5BWOFchsPci',
|
'secret' => 'Vze6ZS+qgeOmacEn3ctbtV3uZaEpzeJDufjkkm4A9lgmUYpF',
|
||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
0 => 'nc.awin.one',
|
0 => 'nc.awin.one',
|
||||||
),
|
),
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
'dbtype' => 'sqlite3',
|
'dbtype' => 'mysql',
|
||||||
'version' => '28.0.2.5',
|
'version' => '28.0.3.2',
|
||||||
|
'dbname' => 'nextcloud',
|
||||||
|
'dbhost' => 'db',
|
||||||
|
'dbport' => '',
|
||||||
|
'dbtableprefix' => 'oc_',
|
||||||
|
'mysql.utf8mb4' => true,
|
||||||
|
'dbuser' => 'nextcloud',
|
||||||
|
'dbpassword' => 'F5vy&46Fzbn:hFnlHji.sWfS*SP~wC',
|
||||||
'overwriteprotocol' => 'https',
|
'overwriteprotocol' => 'https',
|
||||||
'overwrite.cli.url' => 'https://nc.awin.one',
|
'overwrite.cli.url' => 'https://nc.awin.one',
|
||||||
|
'maintenance_window_start' => 1,
|
||||||
|
'default_phone_region' => 'TWN',
|
||||||
'installed' => true,
|
'installed' => true,
|
||||||
|
'mail_smtpmode' => 'smtp',
|
||||||
|
'mail_sendmailmode' => 'smtp',
|
||||||
|
'mail_from_address' => 'awinhuang',
|
||||||
|
'mail_domain' => 'gmail.com',
|
||||||
|
'mail_smtphost' => 'smtp.gmail.com',
|
||||||
|
'mail_smtpport' => '587',
|
||||||
|
'mail_smtpauth' => 1,
|
||||||
|
'mail_smtpname' => 'awinhuang@gmail.com',
|
||||||
|
'mail_smtppassword' => 'stcg ozpc ypsl enbp',
|
||||||
|
'maintenance' => false,
|
||||||
|
'loglevel' => 2,
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user