Files
event-sourcing-jambo/source/Auth/Jambo.Auth.UI/appsettings.json
Ivan Paulovich fc74b10766 Spliting projects
2017-12-21 15:59:03 -02:00

21 lines
321 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"Security": {
"SecretKey": "321B9B8C-C785-4DCF-88F7-39DCD935BDE2",
"Issuer": "http://jambo"
}
}