bingo/common.py
2020-01-09 08:54:13 -05:00

8 lines
118 B
Python

config = {
"API_PORT": 3000,
"API_HOST": "0.0.0.0",
"REDIS_HOST": "localhost",
"REDIS_PORT": 6379,
}