Skip to content

Commit a107cfb

Browse files
authored
Allow OAuth2 client id to be configured locally (#168)
1 parent e43855e commit a107cfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alertaclient/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'profile': None,
1010
'endpoint': 'http://localhost:8080',
1111
'key': '',
12+
'client_id': None,
1213
'username': None,
1314
'password': None,
1415
'timezone': 'Europe/London',

0 commit comments

Comments
 (0)