publish postit settings

This commit is contained in:
Paul Schneider 2026-06-20 18:46:05 +01:00
commit 2c672b003a
2 changed files with 15 additions and 1 deletions

View 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"
]
}