Server-side Config

TerriaMap uses TerriaJS Server for backend functionality such as proxying data services, storing share data, and sending feedback. Its configuration is separate from the public wwwroot/config.json client configuration.

See:

Do not place private server credentials in wwwroot, client configuration, or initialization files. Supply them through protected server configuration or the secret-management mechanism provided by the deployment platform.