added waffle as the way to interact with s3 buckets

This commit is contained in:
2026-03-30 13:30:01 -04:00
parent 11bb3ddd1c
commit 63d91043e4
3 changed files with 26 additions and 1 deletions

View File

@@ -7,6 +7,14 @@
# General application configuration
import Config
config :waffle,
storage: Waffle.Storage.S3,
bucket: "mixer-bucket",
asset_host: "http://localhost:3901"
config :ex_aws,
json_codec: Jason
config :ash_typescript,
output_file: "assets/js/ash_rpc.ts",
run_endpoint: "/rpc/run",