????
Current Path : C:/inetpub/vhost/qlk.qfoody.vn/www/ |
Current File : C:/inetpub/vhost/qlk.qfoody.vn/www/appsettings.json |
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "SessionName": "__qfoody_id", "Session": { "Name": "__qfoody_sid", "MaxAge": 30, "IdleTimeout": 7, "LiteDBConnectionString": "Filename=litecache.db" }, "ConnectionStrings": { "RedisConnection": "localhost", "SqlServerConnection": "Data Source=localhost;Initial Catalog=DistCache;User ID=session;Password=session@123#@!;TrustServerCertificate=Yes;" }, "Otlp": { "Service": "NextForm.QFoody", "Endpoint": "http://10.82.0.2:4317" }, "ReverseProxy": { "Routes": { "api": { "ClusterId": "api", "Match": { "Path": "/api/{**remainder}" }, "Transforms": [ { "PathPattern": "{**remainder}" }, { "RequestHeader": "X-Forwarded-Prefix", "Set": "/api" }, { "RequestHeader": "X-Forwarded-Port", "Set": "443" } ] } }, "Clusters": { "api": { "Destinations": { "api/destination": { "Address": "https://qfoody.localhost.direct/" } } } } } }