# -*- coding: utf-8 -*-
"""v127 fixed port registry.

Port-owning modules must include their port number in folder/file names.
"""
WS_PORT = 8771
HEART_PORT = 8772
RTC_HTTP_PORT = 8790
RTC_WS_PORT = 8791

WS_FOLDER = "WS8771"
HEART_NAME = "Heart8772"
RTC_NAME = "RTC8790_8791"
IG_NAME = "IG_Ext"
