{ "_comment01": "===================================================================================================================", "_comment02": "Because comments are not supported in JSON we use '_comment[nn]' keys in this file for comments. ", "_comment03": "Other keys prefixed with an underscore are commented out. Remove the underscore to uncomment the key and its value.", "_comment04": "When running in a Docker container the settings in this file can be overridden by environment variables. ", "_comment05": "===================================================================================================================", "_comment10": "Full path and filename to the certificate in .PFX format used for SSL (HTTPS).", "SslCertificatePath": "C:\\Cert\\cert.pfx", "_comment11": "Password for your certificate file, Base64 encoded with padding. For example, 'Password' becomes 'UGFzc3dvcmQ='", "SslCertificatePassword": "UGFzc3dvcmQ=", "_comment12": "The Kestrel section defines the HTTPS port number to listen on. Default value is 35062", "Kestrel": { "EndPoints": { "Https": { "Url": "https://+:35062" } } }, "_comment13": "ZyProdDB in the ConnectionStrings section contains the MS SQL Server connection string for your ZyDB database.", "ConnectionStrings": { "ZyProdDB": "Server=SqlServer;Database=ZyDB;User Id=ZyUser;Password=password" }, "_comment18": "--------------------------------------------------------", "_comment19": "OAuth redirect URIs for Zylinc Web Agent", "servicewebapps": { "RedirectUris": [ "https://containerserver/signin-oidc" ], "PostLogoutRedirectUris": [ "https://containerserver/signout-callback-oidc" ] }, "_comment50": "===================================================================================================================", "_comment51": " Settings below this line are advanced settings that should only be changed when requested by Zylinc support. ", "_comment52": "===================================================================================================================", "_comment53": "The Logging section in the following controls log levels for Microsoft .NET Framework code and IdentityServer4 code.", "_comment54": "To configure log levels for Zylinc code, you must use NLog.config which you can find in the installation folder.", "Logging": { "LogLevel": { "Default": "Information", "System": "Warning", "Microsoft": "Warning", "Microsoft.AspNetCore": "Warning", "IdentityServer4": "Information" } }, "_comment60": "PathBase is used to change the base URL of the web application. Relevant if the IdentityServer is accessed via an API gateway. Example: '/auth'", "PathBase": "/auth", "_comment65": "You can use PublicOrigin to specify an alternate address to reach IdentityServer.", "_comment66": "If PublicOrigin is empty, or not set, the origin name is inferred from the request.", "_comment67": "If you are going to use Web Agent from the internet, you may need to specify the hostname and port number as seen from the internet, for example, 'https//host.domain.com:8090'", "PublicOrigin": "", "_comment70": "IssuerUri sets the issuer name that will appear in the discovery document and the issued JWT tokens.", "_comment71": "It is recommended to not set this property, which infers the issuer name from the host name that is used by the clients.", "IssuerUri": "", "_comment75": "Host filtering. Default value is * which allows all hosts.", "_comment76": "To enable host filtering you specify a semicolon-delimited list of host names without port numbers. Example: 'example.com;localhost'", "AllowedHosts": "*" }