29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres",
|
|
"Guard": "Host=localhost;Port=5432;Database=dyson_network_casbin;Username=postgres;Password=postgres"
|
|
},
|
|
"Authentication": {
|
|
"Schemes": {
|
|
"Bearer": {
|
|
"ValidAudiences": [
|
|
"http://localhost:5071",
|
|
"https://localhost:7099"
|
|
],
|
|
"ValidIssuer": "solar-network"
|
|
}
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"PublicKeyPath": "Keys/PublicKey.pem",
|
|
"PrivateKeyPath": "Keys/PrivateKey.pem"
|
|
}
|
|
}
|