diff options
| author | elijah <elijah@riseup.net> | 2012-12-11 14:20:59 -0800 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2012-12-11 14:20:59 -0800 |
| commit | 5e35aeee2e7d5889e472491e9eb43cc540183081 (patch) | |
| tree | 6470220c2c394cd6a4cd5e41c1444a4f034e8276 /provider/services/ca.json | |
| parent | f36fd7bcb4097c9203548495de1acc5e6bccf6a6 (diff) | |
tmp hack to give webapp and ca_daemon the admin user until we can fix the permissions problem
Diffstat (limited to 'provider/services/ca.json')
| -rw-r--r-- | provider/services/ca.json | 5 |
1 files changed, 5 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]" + } +} |
