mirror of
https://github.com/hubHarmony/Csharp-API-Template.git
synced 2024-11-17 21:40:31 +00:00
[~] Cleaned appsettings.json
This commit is contained in:
parent
767f47aa7d
commit
21b536ebff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user