diff options
author | elijah <elijah@riseup.net> | 2013-02-26 14:41:55 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-26 14:41:55 -0800 |
commit | 4cbcb56df4ff90005bb668c0a09151a657fe3d69 (patch) | |
tree | 5f95dda388a192090676e19b9dbcf659b2d2083a /services | |
parent | 661502e9e9220d6049a477c4a117829bb116797e (diff) |
moved all files to root of repo instead of in provider subdirectory
Diffstat (limited to 'services')
-rw-r--r-- | services/ca.json | 5 | ||||
-rw-r--r-- | services/monitor.json | 1 | ||||
-rw-r--r-- | services/tor.json | 1 | ||||
-rw-r--r-- | services/webapp.json | 5 |
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 |