intial dockerization

This commit is contained in:
2022-12-17 01:52:19 +00:00
parent 0e2aef1941
commit abdcd45057
10 changed files with 84 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ CLIENT_SECRET = os.environ.get('CLIENT_SECRET', None)
if CLIENT_SECRET is None:
raise ValueError("CLIENT_SECRET cannot be None, set using environment variable")
db = Db('localhost', 6379, 0, CLIENT_ID, CLIENT_SECRET)
db = Db('redis', 6379, 0, CLIENT_ID, CLIENT_SECRET)
def get_args():

View File

@@ -1 +0,0 @@
../../common/