publish postit settings
This commit is contained in:
parent
b2a35b60ce
commit
2c672b003a
2 changed files with 15 additions and 1 deletions
15
src/PostIt/PostIt/postit-settings.json
Normal file
15
src/PostIt/PostIt/postit-settings.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Authentication": {
|
||||
"ClientId": "postit",
|
||||
"Authority": "https://yavsc.pschneider.fr/"
|
||||
},
|
||||
"DarkMode": true,
|
||||
"ApiUrl": "https://blogs.pschneider.fr/api/v1/",
|
||||
"Scopes": [
|
||||
"openid",
|
||||
"profile",
|
||||
"email",
|
||||
"offline_access",
|
||||
"blogs"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue