Implement basic node side image caching

This commit is contained in:
2023-06-12 23:42:25 +02:00
parent 3f2473d7e0
commit 1676bbb886
5 changed files with 25 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ auth_key=ay1234
websocket_url="ws://localhost:6980"
public_path="http://localhost:8899/"
output_dir="./output"
cache_dir="./cache"