static files: use hashes

This commit is contained in:
Alexandre Flament 2022-04-02 21:31:05 +02:00
parent 0a1db38e21
commit 6b0d7c591b

View file

@ -5,5 +5,7 @@ server:
secret_key: "ultrasecretkey" # change this!
limiter: true # can be disabled for a private instance
image_proxy: true
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0