Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-server / proxy / config.py
Size: Mime:
"""Default configuration for the Skybrush proxy server.

This script will be evaluated first when the proxy attempts to load its
configuration. Configuration files may import variables from this module
with `from flockwave.proxy.config import SOMETHING`, and may also modify
them if the variables are mutable.
"""

# Location of the local Skybrush server that the proxy will connect to.
LOCAL_SERVER = "tcp://localhost:5000"

# Location of the remote socket that the proxy will connect to.
REMOTE_SERVER = "tcp://proxy.skybrush.collmot.com:5555"