Configured for release on prod environment.
This commit is contained in:
@ -6,7 +6,9 @@ import Config
|
||||
# which you should run after static files are built and
|
||||
# before starting your production server.
|
||||
config :beet_round_server, BeetRoundServerWeb.Endpoint,
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
cache_static_manifest: "priv/static/cache_manifest.json",
|
||||
url: [host: "https://beetround.example.com"],
|
||||
check_origin: ["https://beetround.example.com"]
|
||||
|
||||
# Configures Swoosh API Client
|
||||
config :swoosh, api_client: Swoosh.ApiClient.Req
|
||||
|
||||
Reference in New Issue
Block a user