Push changes

This commit is contained in:
Yury
2025-02-24 01:06:32 +02:00
parent 1bfb16539f
commit 280b87314c
126 changed files with 5935 additions and 1265 deletions
+23 -11
View File
@@ -1,13 +1,25 @@
{
"AuthTokenSettings": {
"Secret": "ChangeMe_abc77b8d-e13c-4f76-9ede-48c2fc9489f4"
},
"DatabaseSettings": {
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "ProspectDb"
},
"PlayFabSettings": {
"PublisherId": "850902E5B40508ED",
"TitleId": "A22AB"
}
"AuthTokenSettings": {
"Secret": "ChangeMe_abc77b8d-e13c-4f76-9ede-48c2fc9489f4"
},
"DatabaseSettings": {
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "ProspectDb"
},
"PlayFabSettings": {
"PublisherId": "850902E5B40508ED",
"TitleId": "2EA46"
},
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://2EA46.playfabapi.com"
}
},
"Certificates": {
"Default": {
"Path": ".\\certificate.pfx"
}
}
}
}