initial commit

This commit is contained in:
2021-03-11 16:51:25 +00:00
commit b9521ad7ed
10 changed files with 342 additions and 0 deletions

10
config.php.default Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
'client_id' => '',
'client_secret' => '',
'log_file' => '../../logs/Dragonpolls.log', // Relative to index.php
'app_name' => 'Playground',
'callback_url' => 'http://localhost/auth_callback.php',
'permission_scopes' => 'basic' //comma seperated string
];