[~] Cleaned appsettings.json

This commit is contained in:
Charles Le Maux 2024-10-08 13:29:54 +02:00
parent 767f47aa7d
commit 21b536ebff

View File

@ -7,8 +7,11 @@
},
"AllowedHosts": "*",
"Jwt": {
"Key": "9831A382FD7395DD4D4F64B554962^&6@Vw1qR!Lg$+Pz",
"Issuer": "HubHarmonyApiTemplate",
"Audience": "HubHarmonyApiTemplate"
"Key": "YOUR_KEY",
"Issuer": "YOUR_ISSUER",
"Audience": "YOUR_AUDIENCE"
},
"ConnectionStrings": {
"DATABASE": "YOUR_CONNECTION_STRING"
}
}