moved api-cache to cache

This commit is contained in:
Igor Chubin 2018-10-26 19:46:42 +02:00
parent 7dd736ba8f
commit 1df8c57bc2

View file

@ -41,7 +41,7 @@ LISTEN_PORT = 8002
PROXY_HOST = "127.0.0.1"
PROXY_PORT = 5001
PROXY_CACHEDIR = "api-cache"
PROXY_CACHEDIR = os.path.join(MYDIR, "cache/proxy-wwo/")
MY_EXTERNAL_IP = '5.9.243.187'