update config for prod endpoint
This commit is contained in:
parent
23d581c4cd
commit
304adfe245
@ -6,6 +6,8 @@ import Config
|
|||||||
# which you should run after static files are built and
|
# which you should run after static files are built and
|
||||||
# before starting your production server.
|
# before starting your production server.
|
||||||
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
|
config :lol_analytics_web, LoLAnalyticsWeb.Endpoint,
|
||||||
|
server: true,
|
||||||
|
http: [ip: {0, 0, 0, 0}, port: 4000],
|
||||||
url: [host: "lol-analytics.kaizer.cloud", port: 80],
|
url: [host: "lol-analytics.kaizer.cloud", port: 80],
|
||||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user