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": "*",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user