dragonpolls/config.php.default

11 lines
282 B
Plaintext
Raw Normal View History

2021-03-11 16:51:25 +00:00
<?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
];