diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |