luanguimaraesla/gabby

View on GitHub
src/gabby/settings.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
Configuration file
"""

URL = 'localhost'
PORT = 1883
KEEPALIVE = 60

UDP_URL = 'localhost'
UDP_PORT = 1885