dragonpolls/config.php.default
2021-03-11 16:51:25 +00:00

11 lines
282 B
Plaintext

<?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
];