Skip to content

Commit

Permalink
Add NethServer config file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jan 3, 2024
1 parent 93f28e3 commit a9b801f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nextcloud/ns.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

// NethServer config
$CONFIG = array(
'upgrade.disable-web' => true,
'updatechecker' => false,
'check_for_working_wellknown_setup' => false,
'log_type' => 'errorlog'
);

0 comments on commit a9b801f

Please sign in to comment.