diff options
author | elijah <elijah@riseup.net> | 2013-03-05 13:11:10 -0800 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-05 22:56:41 +0100 |
commit | 3404bd0ef165e4f51c9514e7bc2f58794b3f7f40 (patch) | |
tree | fba167ee311129f66bfe4d698231617e6f2b3f8d /provider_base | |
parent | 4dcc5f884cd22d0673f6493799ace2f03a9e66fe (diff) |
change json comment to '//'
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/webapp.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json index e3055c6f..8ccd3e3e 100644 --- a/provider_base/services/webapp.json +++ b/provider_base/services/webapp.json @@ -2,8 +2,8 @@ "webapp": { "modules": ["user", "billing", "help"], "couchdb_hosts": "= hostnames nodes[:services => :couchdb][:local => local]", - # NOTE: this is bad, but pending a fix to https://leap.se/code/issues/1163 - # before we can use user "webapp" + // NOTE: this is bad, but pending a fix to https://leap.se/code/issues/1163 + // before we can use user "webapp" "couchdb_user": "= global.services[:couchdb].couch.users[:admin]", "favicon": "= file_path 'branding/favicon.ico'", "tail_scss": "= file_path 'branding/tail.scss'", |