17 lines
428 B
JSON
17 lines
428 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"NotaryoDatabase": "Host=localhost; Database=enotaryodb; Username=enotaryodbuser; Password=secret"
|
|
},
|
|
"CompreFaceConfig": {
|
|
"APIKey": "secret",
|
|
"Host": "http://localhost",
|
|
"Port": "8000"
|
|
}
|
|
} |