mirror of
https://github.com/simon987/bingo.git
synced 2025-04-19 00:16:42 +00:00
8 lines
118 B
Python
8 lines
118 B
Python
config = {
|
|
"API_PORT": 3000,
|
|
"API_HOST": "0.0.0.0",
|
|
"REDIS_HOST": "localhost",
|
|
"REDIS_PORT": 6379,
|
|
}
|
|
|