summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2015-02-05 18:56:02 -0500
committerClint Adams <clint@softwarefreedom.org>2015-02-05 18:56:02 -0500
commitb7bdac567ffe809b36e16fe29a663c1f437b38ae (patch)
tree7643a1df6ed1daaf35557ebe36b12ad79b2090ed /config
parentb442c48cbaa1a1cfae4e42aa03bc41e33f2710f9 (diff)
Handle multiple stints of employment
Diffstat (limited to 'config')
-rw-r--r--config/settings.yml3
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