summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/services/ca.json5
-rw-r--r--provider/services/webapp.json5
2 files changed, 10 insertions, 0 deletions
diff --git a/provider/services/ca.json b/provider/services/ca.json
new file mode 100644
index 0000000..6661313
--- /dev/null
+++ b/provider/services/ca.json
@@ -0,0 +1,5 @@
+{
+ "ca_daemon": {
+ "couchdb_user": "= global.services[:couchdb].couch.users[:admin]"
+ }
+}
diff --git a/provider/services/webapp.json b/provider/services/webapp.json
new file mode 100644
index 0000000..4bd9b50
--- /dev/null
+++ b/provider/services/webapp.json
@@ -0,0 +1,5 @@
+{
+ "webapp": {
+ "couchdb_user": "= global.services[:couchdb].couch.users[:admin]"
+ }
+} \ No newline at end of file