Skip to content
Snippets Groups Projects
Commit 3be7ae6e authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Removes the default dir and files of user creation.

parent 6ebde1a6
No related branches found
No related tags found
1 merge request!3Removes the default dir and files of user creation.
Pipeline #341 failed with stage
in 8 seconds
......@@ -12,6 +12,7 @@ $CONFIG = array (
'debug' => getenv('DEBUG'),
'instanceid' => getenv('INSTANCE_ID'),
'config_is_read_only' => getenv('CONFIG_READONLY') ?: false,
'skeletondirectory' => '',
'updatechecker' => getenv('UPDATE_CHECKER') ?: false,
'updater.server.url' => getenv('UPDATE_URL') ?: 'https://updates.nextcloud.com/updater_server/',
'updater.release.channel' => getenv('UPDATE_CHANNEL') ?: 'stable',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment