summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/ca.json5
-rw-r--r--services/monitor.json1
-rw-r--r--services/tor.json1
-rw-r--r--services/webapp.json5
4 files changed, 12 insertions, 0 deletions
diff --git a/services/ca.json b/services/ca.json
new file mode 100644
index 0000000..6661313
--- /dev/null
+++ b/services/ca.json
@@ -0,0 +1,5 @@
+{
+ "ca_daemon": {
+ "couchdb_user": "= global.services[:couchdb].couch.users[:admin]"
+ }
+}
diff --git a/services/monitor.json b/services/monitor.json
new file mode 100644
index 0000000..0967ef4
--- /dev/null
+++ b/services/monitor.json
@@ -0,0 +1 @@
+{}
diff --git a/services/tor.json b/services/tor.json
new file mode 100644
index 0000000..0967ef4
--- /dev/null
+++ b/services/tor.json
@@ -0,0 +1 @@
+{}
diff --git a/services/webapp.json b/services/webapp.json
new file mode 100644
index 0000000..4bd9b50
--- /dev/null
+++ b/services/webapp.json
@@ -0,0 +1,5 @@
+{
+ "webapp": {
+ "couchdb_user": "= global.services[:couchdb].couch.users[:admin]"
+ }
+} \ No newline at end of file