[[statics]]
# Serve media files directly from Fly's web proxy
url_prefix = "/uploads"
guest_path = "/uploads"
tigris_bucket = "appname-media"
[[statics]]
# Also serve them at the legacy path for the mobile apps
url_prefix = "/aci/uploads"
guest_path = "/uploads"
tigris_bucket = "appname-media"