chattle/config.py

9 lines
170 B
Python

__author__ = "Kieran Osborne"
__version__ = "0.0.1"
__status__ = "Development"
server_greeting = "Welcome to Chattle"
message_max = 4096
host = "127.0.0.1"
port = 12345