From 41e5a53020bc63fa0594c871830551298d9cc9f8 Mon Sep 17 00:00:00 2001 From: DC* Date: Thu, 14 Aug 2014 22:20:03 -0300 Subject: [PATCH] Changed HTTP listening port for production --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index 2abad20..c447056 100644 --- a/config/production.json +++ b/config/production.json @@ -1,5 +1,5 @@ { - "port": 3000, + "port": 80, "database": { "use_env_variable": "DATABASE_URL" }