Basic polls display + UI work
This commit is contained in:
@ -4,6 +4,7 @@ return [
|
||||
'client_id' => '',
|
||||
'client_secret' => '',
|
||||
'log_file' => '../../logs/Dragonpolls.log', // Relative to index.php
|
||||
'log_level' => 'INFO',
|
||||
'app_name' => 'Playground',
|
||||
'callback_url' => 'http://localhost/auth_callback.php',
|
||||
'permission_scopes' => 'basic' //comma seperated string
|
||||
|
Reference in New Issue
Block a user