Files
toho-reno/example-config.cfg
Jan Groß a939497f1a Implemented direct image data transfer
via websockets to the job-server.
The images are then served by the job-server itself.
2023-06-15 18:01:32 +02:00

8 lines
157 B
INI

[core]
auth_key=ay1234
websocket_url="ws://localhost:6980"
public_path="http://localhost:8899/"
output_dir="./output"
cache_dir="./cache"
serve_mode="local"