summaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-02-02 21:35:46 +0100
committerhref <href@random.sh>2018-02-02 21:35:46 +0100
commitc98ddad3263f6859af3c5c76fa197876743d5ded (patch)
tree9e20617da1089e918e0445162dc9bd8eb54f3459 /config/prod.exs
parentimport (diff)
sse / embedded player
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/prod.exs b/config/prod.exs
index aa0f833..3db7afd 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -14,12 +14,11 @@ use Mix.Config
# manifest is generated by the mix phx.digest task
# which you typically run after static files are built.
config :lsg, LSGWeb.Endpoint,
- load_from_system_env: true,
- url: [host: "example.com", port: 80],
- cache_static_manifest: "priv/static/cache_manifest.json"
+ url: [host: "lsg.goulag.org", port: 443],
+ http: [ip: {0,0,0,0}, port: 4000]
# Do not print debug messages in production
-config :logger, level: :info
+config :logger, level: :debug
# ## SSL Support
#