Add Configuration
32
Configuration.md
Normal file
32
Configuration.md
Normal file
@@ -0,0 +1,32 @@
|
||||
```json
|
||||
{
|
||||
"oidc": {
|
||||
"clientId": "nowaybuddy",
|
||||
"tokenUrl": "https://login.enstrayed.com/application/o/token/",
|
||||
"userinfoUrl": "https://login.enstrayed.com/application/o/userinfo/",
|
||||
"authorizeUrl": "https://login.enstrayed.com/application/o/authorize/",
|
||||
"clientSecret": "nowaybuddy"
|
||||
},
|
||||
"email": {
|
||||
"host": "orenco.enstrayed.com",
|
||||
"password": "nowaybuddy",
|
||||
"username": "nowaybuddy"
|
||||
},
|
||||
"nowplaying": {
|
||||
"cider": {
|
||||
"hosts": [],
|
||||
"apiKeys": []
|
||||
},
|
||||
"lastfm": {
|
||||
"apiKey": "nowaybuddy",
|
||||
"target": "enstrayed"
|
||||
},
|
||||
"jellyfin": {
|
||||
"host": "http://hawthorne.pizzly-catfish.ts.net:8096",
|
||||
"apiKey": "nowaybuddy",
|
||||
"target": "nathan",
|
||||
"hostPublic": "https://jellyfin.enstrayed.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user