dragonpolls/config.php.default

17 lines
424 B
Plaintext
Raw Permalink 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
2021-03-27 19:37:17 +00:00
'log_level' => 'INFO',
2021-03-11 16:51:25 +00:00
'app_name' => 'Playground',
'callback_url' => 'http://localhost/auth_callback.php',
'permission_scopes' => 'basic' //comma seperated string
2021-04-17 15:54:58 +00:00
'github_username' => '',
'github_repo' => '',
'github_token' => '',
'gitea_url' => '',
'gitea_token' => ''
2021-03-11 16:51:25 +00:00
];