23 lines
462 B
JSON
23 lines
462 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ProxyConfiguration": {
|
|
"BaseUrl": "https://localhost:7247/api"
|
|
},
|
|
"RabbitMQ": {
|
|
"ConnectionString": "amqp://localhost",
|
|
"ClientIdentifier": "FileService"
|
|
},
|
|
"S3": {
|
|
"Url": "https://s3.orfl.xyz",
|
|
"Bucket": "fictionarchive",
|
|
"AccessKey": "REPLACE_ME",
|
|
"SecretKey": "REPLACE_ME"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|