|
@@ -10,7 +10,7 @@ use Mix.Config
|
|
|
# which you should run after static files are built and
|
|
|
# before starting your production server.
|
|
|
config :fourletters, FourlettersWeb.Endpoint,
|
|
|
- url: [host: "example.com", port: 80],
|
|
|
+ url: [host: "4-letters.net", port: 80],
|
|
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
|
|
|
|
|
# Do not print debug messages in production
|
|
@@ -52,4 +52,4 @@ config :logger, level: :info
|
|
|
|
|
|
# Finally import the config/prod.secret.exs which loads secrets
|
|
|
# and configuration from environment variables.
|
|
|
-import_config "prod.secret.exs"
|
|
|
+# import_config "prod.secret.exs"
|