summaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/prod.exs b/config/prod.exs
index 1bb706e..e3687cc 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -9,12 +9,12 @@ use Mix.Config
# manifest is generated by the `mix phx.digest` task,
# which you should run after static files are built and
# before starting your production server.
-config :matrix_app_service, MatrixAppServiceWeb.Endpoint,
- url: [host: "example.com", port: 80],
- cache_static_manifest: "priv/static/cache_manifest.json"
+# config :matrix_app_service, MatrixAppServiceWeb.Endpoint,
+# url: [host: "example.com", port: 80],
+# cache_static_manifest: "priv/static/cache_manifest.json"
# Do not print debug messages in production
-config :logger, level: :info
+# config :logger, level: :info
# ## SSL Support
#
@@ -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"