mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
enable appstore
This commit is contained in:
parent
b7ea4e9760
commit
9629dea8df
2 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ if (file_exists(__DIR__ . '/nextcloud.json')) {
|
|||
|
||||
$CONFIG = array_merge_recursive($extra_config, [
|
||||
'debug' => true,
|
||||
'appstoreenabled' => false,
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.distributed' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.locking' => '\\OC\\Memcache\\APCu',
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
|
|||
Mapping::new(Sources, "", "/var/www/html"),
|
||||
Mapping::new(WorkDir, "data", "/var/www/html/data"),
|
||||
Mapping::new(WorkDir, "config", "/var/www/html/config"),
|
||||
Mapping::new(WorkDir, "store_app", "/var/www/html/store_app"),
|
||||
Mapping::new(WorkDir, "store_apps", "/var/www/html/store_apps"),
|
||||
Mapping::new(WorkDir, "data-autotest", "/var/www/html/data-autotest"),
|
||||
Mapping::new(WorkDir, "skeleton", "/var/www/html/core/skeleton"),
|
||||
Mapping::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue