Files
dist
authsources_example.php
dataporten_config.php
pvv.sql
pvv_mysql.sql
saml20-idp-remote.php
sql_config_example.php
gammel dokumentasjon
inc
lib
src
www
.gitattributes
.gitignore
.gitmodules
Dockerfile
README.md
composer.json
composer.lock
dev.bat
dev.sh
docker-compose.yaml
nettsiden/dist/sql_config_example.php

6 lines
171 B
PHP

<?php
$dbDsn = 'sqlite:'.__DIR__.DIRECTORY_SEPARATOR.'pvv.sqlite';
$dbUser = null;
$dbPass = null;
$doorSensorSecret = "OGJiZTdjZDctMmFkNy00ZjZjLTk3OGItOTA3NzU3ZDM2Yjlm";