Add simplesaml setup

This commit is contained in:
2017-10-22 15:37:03 +02:00
parent 473cd000d0
commit d047a99fd3
7 changed files with 58 additions and 6 deletions

5
dist/sql_config_example.php vendored Normal file

@ -0,0 +1,5 @@
<?php
$dbDsn = 'sqlite:'.__DIR__.DIRECTORY_SEPARATOR.'pvv.sqlite';
$dbUser = null;
$dbPass = null;