Changed HTTP listening port for production

This commit is contained in:
DC*
2014-08-14 22:20:03 -03:00
parent b4d3eab02c
commit 41e5a53020
+1 -1
View File
@@ -1,5 +1,5 @@
{
"port": 3000,
"port": 80,
"database": {
"use_env_variable": "DATABASE_URL"
}