diff options
| author | Mel <einebeere@gmail.com> | 2022-02-20 02:12:44 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-02-20 02:24:18 +0100 |
| commit | 930afe034a41bee7b0888d734317116eef221a64 (patch) | |
| tree | b20881f83f16f0255d4047d9620522c2ff8f9039 /config | |
| parent | 2eb214d74acb7f5cf4cb6271b30d6589192f7018 (diff) | |
| download | rook-930afe034a41bee7b0888d734317116eef221a64.tar.zst rook-930afe034a41bee7b0888d734317116eef221a64.zip | |
Create Docker setup
Diffstat (limited to 'config')
| -rw-r--r-- | config/prod.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
