moved api-cache to cache
This commit is contained in:
parent
7dd736ba8f
commit
1df8c57bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ LISTEN_PORT = 8002
|
||||||
|
|
||||||
PROXY_HOST = "127.0.0.1"
|
PROXY_HOST = "127.0.0.1"
|
||||||
PROXY_PORT = 5001
|
PROXY_PORT = 5001
|
||||||
PROXY_CACHEDIR = "api-cache"
|
PROXY_CACHEDIR = os.path.join(MYDIR, "cache/proxy-wwo/")
|
||||||
|
|
||||||
MY_EXTERNAL_IP = '5.9.243.187'
|
MY_EXTERNAL_IP = '5.9.243.187'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue