This commit is contained in:
2021-04-17 17:54:58 +02:00
parent 6880b8221b
commit dc76c19ebb
3 changed files with 41 additions and 1 deletions

View File

@ -8,4 +8,9 @@ return [
'app_name' => 'Playground',
'callback_url' => 'http://localhost/auth_callback.php',
'permission_scopes' => 'basic' //comma seperated string
'github_username' => '',
'github_repo' => '',
'github_token' => '',
'gitea_url' => '',
'gitea_token' => ''
];