[~] 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": "*", "AllowedHosts": "*",
"Jwt": { "Jwt": {
"Key": "9831A382FD7395DD4D4F64B554962^&6@Vw1qR!Lg$+Pz", "Key": "YOUR_KEY",
"Issuer": "HubHarmonyApiTemplate", "Issuer": "YOUR_ISSUER",
"Audience": "HubHarmonyApiTemplate" "Audience": "YOUR_AUDIENCE"
},
"ConnectionStrings": {
"DATABASE": "YOUR_CONNECTION_STRING"
} }
} }