diff --git a/App/data/config.json b/App/data/config.json index 75428e2..8b7b193 100644 --- a/App/data/config.json +++ b/App/data/config.json @@ -1,5 +1,5 @@ { - "host": "localhost", + "host": "89.46.42.74", "port": 3306, "user": "manager", "password": "ilikepizza", diff --git a/App/data/redis_config.json b/App/data/redis_config.json index c334cca..2739ead 100644 --- a/App/data/redis_config.json +++ b/App/data/redis_config.json @@ -1,6 +1,6 @@ { "redis": { - "host" :"127.0.0.1", + "host" :"89.46.42.74", "port": 6379, "db" : 0 }, diff --git a/requirements.txt b/requirements.txt index 5684634..4e407bf 100644 Binary files a/requirements.txt and b/requirements.txt differ