summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-15 01:12:47 -0800
committerelijah <elijah@riseup.net>2013-11-15 01:12:47 -0800
commitc405ee5f6e71d0aa7403fa9bae270799c2290b4a (patch)
tree44775caabc9c732d54126bbb9d3e0cba7ebe243c /services
parent441f2669f831af2f9805286bcbe3f4b1a645e119 (diff)
add support for webapp customization using the new method.
Diffstat (limited to 'services')
-rw-r--r--services/webapp.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/services/webapp.json b/services/webapp.json
index dd4fb85..cd8f7e7 100644
--- a/services/webapp.json
+++ b/services/webapp.json
@@ -1,5 +1,9 @@
{
"webapp": {
- "admins": ["elijah", "varac", "micah", "kwadronaut", "mcnair", "etest1", "meanderingcode"]
+ "admins": ["elijah", "varac", "micah", "kwadronaut", "mcnair", "etest1", "meanderingcode"],
+ "git": {
+ "source": "https://github.com/elijh/leap_web",
+ "revision": "origin/feature/customize"
+ }
}
}