mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
5 lines
101 B
PHP
5 lines
101 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'one-click-instance' => true,
|
|
'one-click-instance.user-limit' => 100,
|
|
);
|