22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DockerMySQL": "server=db;user=blueuser;password=dXjw127124dJ;database=bluedb;"
|
|
},
|
|
"REDIS_CONNECTION_STRING": "redis://localhost:6379",
|
|
"AuthSettings": {
|
|
"SecretKey": "iJWHDmHLpUA283sqsfhqGbMRdRj1PVkH"
|
|
},
|
|
"JwtIssuerOptions": {
|
|
"Issuer": "SomeIssuer",
|
|
"Audience": "http://localhost:5000"
|
|
}
|
|
}
|