diff options
author | elijah <elijah@riseup.net> | 2013-01-13 20:30:24 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-01-13 20:30:24 -0800 |
commit | ec6c48ab589d4174dc192a01c4b99833227c5942 (patch) | |
tree | cdacdfbaecaf7c72761b474be0cebaf8ddab5a48 /provider_base/services/webapp.json | |
parent | 886063ca1db3a4ce8fbd72e4ead9b5f2371979a5 (diff) |
added ability to customize the webapp appearance
Diffstat (limited to 'provider_base/services/webapp.json')
-rw-r--r-- | provider_base/services/webapp.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json index e40ed0ca..311f1284 100644 --- a/provider_base/services/webapp.json +++ b/provider_base/services/webapp.json @@ -2,7 +2,11 @@ "webapp": { "modules": ["user", "billing", "help"], "couchdb_hosts": "= hostnames nodes[:services => :couchdb][:local => local]", - "couchdb_user": "= global.services[:couchdb].couch.users[:webapp]" + "couchdb_user": "= global.services[:couchdb].couch.users[:webapp]", + "favicon": "= file_path 'branding/favicon.ico'", + "tail_scss": "= file_path 'branding/tail.scss'", + "head_scss": "= file_path 'branding/head.scss'", + "img_dir": "= file_path 'branding/img'" }, "definition_files": { "provider": "= file :provider_json_template", |