gws.server.core.MapproxyConfig
struct
Mapproxy server module gws.server.core.MapproxyConfig
Eigenschaft | Typ | Default | |
---|---|---|---|
enabled | bool | True | the module is enabled gws.server.core.ModuleConfig.enabled |
forceStart | bool | False | start even if no configuration is defined gws.server.core.MapproxyConfig.forceStart |
host | str | 'localhost' | host to run the module on gws.server.core.MapproxyConfig.host |
port | int | 5000 | port number gws.server.core.MapproxyConfig.port |
threads | int | 0 | number of threads for this module gws.server.core.ModuleConfig.threads |
uid | str | Zuweisung einer eindeutigen ID als Text | |
workers | int | 4 | number of processes for this module gws.server.core.ModuleConfig.workers |