chattle/config.py

9 lines
170 B
Python
Raw Normal View History

2021-09-30 01:21:18 +02:00
__author__ = "Kieran Osborne"
__version__ = "0.0.1"
__status__ = "Development"
2021-10-01 01:16:27 +02:00
server_greeting = "Welcome to Chattle"
message_max = 4096
2021-09-30 01:21:18 +02:00
host = "127.0.0.1"
port = 12345