Add simplesaml setup
This commit is contained in:
5
dist/sql_config_example.php
vendored
Normal file
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;
|
||||
|
Reference in New Issue
Block a user