mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-14 11:02:49 +00:00
server - added distillery for prod builds
This commit is contained in:
@@ -14,9 +14,12 @@ use Mix.Config
|
||||
# manifest is generated by the mix phx.digest task
|
||||
# which you typically run after static files are built.
|
||||
config :myapp, MyAppWeb.Endpoint,
|
||||
load_from_system_env: true,
|
||||
url: [host: "example.com", port: 80]
|
||||
# cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
code_reloader: false,
|
||||
http: [port: 80],
|
||||
url: [host: "classicwowforums.com", port: 80],
|
||||
server: true,
|
||||
root: ".",
|
||||
version: Application.spec(:myapp, :vsn)
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
|
||||
Reference in New Issue
Block a user