about summary refs log tree commit homepage
path: root/examples/public-inbox-config
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-11 21:08:50 +0000
committerEric Wong <e@80x24.org>2014-04-11 22:24:30 +0000
commit6d2a5e604d689b33586c653d8a04473e33973ac6 (patch)
tree0931a5692561a871ecd86cf92c7c94702141c520 /examples/public-inbox-config
parent8add30044d04c1feccc00a3c5b8f9a0f75c64bf5 (diff)
downloadpublic-inbox-6d2a5e604d689b33586c653d8a04473e33973ac6.tar.gz
This makes it possible to gradually migrate to new address in case
of list name changes, and is one step closer to operating in
"stealth hijack mode" :)
Diffstat (limited to 'examples/public-inbox-config')
-rw-r--r--examples/public-inbox-config4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/public-inbox-config b/examples/public-inbox-config
index fd97600f..000cf2c3 100644
--- a/examples/public-inbox-config
+++ b/examples/public-inbox-config
@@ -1,9 +1,11 @@
 # this usually in ~/.public-inbox/config and parseable with git-config(1)
 # update t/config.t if changing this, that test relies on this
 [publicinbox "test"]
+        address = try@public-inbox.org
+        address = sandbox@public-inbox.org
         address = test@public-inbox.org
         mainrepo = /home/pi/test-main.git
-        description = test repo, occasionally reset
+        description = test/sandbox area, occasionally reset
         url = http://example.com/test
 [publicinbox "bugs"]
         address = bugs@public-inbox.org