Fix Restsharp / Move to Postgresql

This commit is contained in:
2024-03-16 14:14:02 +01:00
parent d379a43eb4
commit 99257c3422
19 changed files with 206 additions and 144 deletions
+10 -6
View File
@@ -4,20 +4,24 @@
"Default": "Warning"
}
},
"ConnectionStrings": {
"DbContext":"Host=descartes.local;Username=tom;Password=tom;Database=ladoseapi"
},
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"MySql": {
"Server": "host",
"Database": "database",
"User": "User",
"Password": "Password"
"Server": "localhost",
"Database": "ladoseapi",
"User": "dev",
"Password": "dev"
},
"ApiKey": {
"ChallongeApiKey": "Challonge ApiKey"
"ChallongeApiKey": "Challonge ApiKey",
"SmashApiKey": "Smash"
},
"AllowedHosts": "*",
"AllowedHosts": "0.0.0.0",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
}