1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Peacock/static/ServerVersionConfig.json
2024-03-22 15:43:38 +00:00

33 lines
1.2 KiB
JSON

{
"Versions": [
{
"Name": "pc-prod",
"GAME_VER": "8.15.0",
"SERVER_VER": {
"Metrics": {
"MetricsServerHost": "http://localhost",
"MetricsServerServicePath": "api/metrics/add"
},
"Authentication": {
"AuthenticationHost": "http://localhost",
"AuthenticationServicePathConfiguration": "authentication/api/configuration",
"UserChannelServicePath": "authentication/api/userchannel"
},
"Configuration": {
"Url": "http://localhost/files/onlineconfig.json",
"AgreementUrl": "http://localhost/files/privacypolicy/hm3/privacypolicy.json"
},
"Resources": {
"ResourcesServicePath": "http://localhost/files"
},
"GlobalAuthentication": {
"AuthenticationHost": "http://localhost",
"OAuthPath": "oauth/token",
"RequestedAudience": "pc-prod_8"
}
},
"ISSUER_ID": ""
}
]
}