This commit is contained in:
2020-01-09 08:54:13 -05:00
commit 20abc7e978
7 changed files with 226 additions and 0 deletions

7
common.py Normal file
View File

@@ -0,0 +1,7 @@
config = {
"API_PORT": 3000,
"API_HOST": "0.0.0.0",
"REDIS_HOST": "localhost",
"REDIS_PORT": 6379,
}