Загрузка данных
{ "ShopDbNpgsqlConnectionSettings": { "Host": "<host>", "Port": 5432, "Database": "<db>", "Username": "<user>", "Password": "<...>" }, "RabbitMqSettings": { "Host": "<host>", "Port": 5672, "UserName": "<user>", "Password": "<...>" }, "Redis": { "Hosts": [ { "Host": "<host>", "Port": 6379 } ], "Password": "<...>", "Ssl": false }, "DaOfficeSdk": { "ApiUri": "<http://core_api:57201>" }, "HostSettings": { "DefaultScheme": "https", "ApiPostfix": "/shop/api" }, "AppSettings": { "ImageStoragePath": "/app/images", "VirtualImagePath": "images", "FrontUri": "<https://mydomain.com/shop>" }, "AuthSettings": { "SecurityKey": "<...>", "Issuer": "<...>", "Audience": "<...>", "ExpiresMinuteTime": 2400 }, "Cors": "<https://mydomain.com>", "Quartz": { "SyncCoreApiDataJob": "0 1 * ? * *" }, "ApplyEFMigrationsOnStartup": true }