[]
= 8080 # The port the server will listen on
= "0.0.0.0" # The host the server will bind to
= "info" # The log level for the server, can be "error", "warn", "info", "debug", or "trace"
= [
"/path/to/image.jpg",
"/path/to/another/image.png",
"/path/to/image/directory",
"http://example.com/images"
]
[]
# Configuration for the cache backend
= "file_system" # The type of cache backend to use, can be "in_memory" or "file_system"