bekkalokk: init mediawiki

Co-authored-by: Jørn Åne <yorinad@pvv.ntnu.no>
This commit is contained in:
h7x4
2023-11-04 23:16:15 +01:00
parent 806b18ede8
commit d531419f35
6 changed files with 1532 additions and 168 deletions

View File

@@ -0,0 +1,11 @@
<?php
$config = array(
'admin' => array(
'core:AdminPassword'
),
'default-sp' => array(
'saml:SP',
'entityID' => 'https://wiki2.pvv.ntnu.no/simplesaml/',
'idp' => 'https://idp2.pvv.ntnu.no/',
),
);