From 930afe034a41bee7b0888d734317116eef221a64 Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 20 Feb 2022 02:12:44 +0100 Subject: Create Docker setup --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/prod.exs b/config/prod.exs index e9c44da..79eaa5f 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -10,7 +10,7 @@ use Mix.Config # which you should run after static files are built and # before starting your production server. config :rook, RookWeb.Endpoint, - url: [host: "example.com", port: 80], + url: [host: "rook.to", port: 80], cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production -- cgit 1.4.1