diff options
author | elijah <elijah@riseup.net> | 2013-03-05 13:11:10 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-05 13:11:10 -0800 |
commit | 08c6032837e2f1c4c504976074c456e04202c64a (patch) | |
tree | 8dc5d63cddd1459fcea58eda18dc7a4fb9b8b7ef /provider_base/services/webapp.json | |
parent | ffb88e54c5e4e30fa61ea1009f3eee62f98ab17c (diff) |
change json comment to '//'
Diffstat (limited to 'provider_base/services/webapp.json')
-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 8ede0ecf..ea79d7c4 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'", |