diff options
author | M.Gergo | 2020-03-28 04:28:17 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-28 04:28:17 +0100 |
commit | a0aa1ee148cdc311778107631b109cf734e4ab1e (patch) | |
tree | 52dddbbafa7a73af5878c742c92d83a5d820f2bc /egyéb/nextcloud/mayor-nextcloud.cfg.php | |
parent | bf44957d40ee071d2195da8749bacdf21eea0871 (diff) | |
download | mayor-a0aa1ee148cdc311778107631b109cf734e4ab1e.tar.gz mayor-a0aa1ee148cdc311778107631b109cf734e4ab1e.zip |
Mayor-Nextcloud script: diak-quota
Diffstat (limited to 'egyéb/nextcloud/mayor-nextcloud.cfg.php')
-rw-r--r-- | egyéb/nextcloud/mayor-nextcloud.cfg.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/egyéb/nextcloud/mayor-nextcloud.cfg.php b/egyéb/nextcloud/mayor-nextcloud.cfg.php index a21cd3a9..582a4245 100644 --- a/egyéb/nextcloud/mayor-nextcloud.cfg.php +++ b/egyéb/nextcloud/mayor-nextcloud.cfg.php @@ -25,7 +25,7 @@ $m2n['csoport_prefix'] = "(tk) "; $m2n['default_email'] = "indulo@iskola.hu"; $m2n['default_passw'] = "EHYmGktzrdfS7wxJR6DFqxjJ"; $m2n['default_quota'] = "10GB"; -$m2n['diak_quota'] = "2GB"; +$m2n['diak_quota'] = "2GB"; $m2n['min_osztalyok'] = array(); //pl: array('9.a','11.a'); $m2n['csoportnev_hossz'] = 40; $m2n['felhasznalo_hossz'] = 45; @@ -38,7 +38,7 @@ $m2n['megfigyelo_user'] = "naplo_robot"; $m2n['kihagy'] = array(); //pl: array('Trap.Pista', 'Ebeed.Elek', '22att') $m2n['verbose'] = 3 ; -$occ_path = "/var/www/nextcloud/"; +$occ_path = "/var/www/nextcloud/"; $occ_user = "www-data"; |