diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index c8234ff..139e646 100644 --- a/config/config.exs +++ b/config/config.exs @@ -13,6 +13,15 @@ config :lsg, :data_path, "priv" config :lsg, :icecast_poll_interval, 600_000 +config :ex_aws, + region: "us-east-1", + host: "s3.wasabisys.com", + s3: [ + host: "s3.wasabisys.com", + region: "us-east-1", + scheme: "https://" + ] + # Configures the endpoint config :lsg, LSGWeb.Endpoint, url: [host: "localhost"], |