bekkalokk: init mediawiki
Some checks failed
Eval nix flake / evals (pull_request) Failing after 1m46s
Eval nix flake / evals (push) Failing after 1m53s

Co-authored-by: Jørn Åne <yorinad@pvv.ntnu.no>
This commit is contained in:
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/',
),
);