????
Current Path : C:/inetpub/vhost/lantha.gdtsolutions.vn/www/ |
Current File : C:/inetpub/vhost/lantha.gdtsolutions.vn/www/appsettings.json |
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "SessionName": "__api_lantha_sid", "Session": { "Name": "__api_lantha_sid", "MaxAge": 30, "IdleTimeout": 7, "LiteDBConnectionString": "Filename=litecache.db" }, "ConnectionStrings": { "SqlServerConnection": "Data Source=localhost;Initial Catalog=DistCache;User ID=session;Password=session@123#@!;TrustServerCertificate=Yes;" }, "Otlp": { "Service": "NextForm.LanTha", "Endpoint": "http://10.82.0.2:4137", "Protocol": "Grpc", "Headers": "Authorization=Basic%20bGhuZ29jQGdkdHNvbHV0aW9ucy52bjpPUEs5SDZIVkxHdXFBdFUz,organization=gdt,stream-name=proxy" }, "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/dest": { "Address": "http://lantha.localhost.direct/" } } } } } }