From b7bdac567ffe809b36e16fe29a663c1f437b38ae Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 5 Feb 2015 18:56:02 -0500 Subject: Handle multiple stints of employment --- config/settings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config') diff --git a/config/settings.yml b/config/settings.yml index 686c9fc..f51e2c2 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,7 +1,6 @@ Default: &defaults host: "*4" # any IPv4 host port: 3000 - approot: "http://burrell.hq.sflc.info:80" copyright: sflctimekeeper pre-release #Copyright (C) 2012-2013 Clint Adams #analytics: UA-YOURCODE @@ -16,5 +15,5 @@ Staging: <<: *defaults Production: - #approot: "http://www.example.com" + approot: "http://burrell.hq.sflc.info:80" <<: *defaults -- cgit v1.2.3