update config
This commit is contained in:
parent
918cf497da
commit
3239f09cbd
1
apps/scrapper/config/prod.exs
Normal file
1
apps/scrapper/config/prod.exs
Normal file
@ -0,0 +1 @@
|
|||||||
|
import Config
|
@ -6,7 +6,7 @@ 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,
|
||||||
url: [host: "example.com", 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"
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user