From b939c02da0873c8f7f9ade1d7a9ff19a02c09230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 1 Feb 2014 09:03:51 +0100 Subject: [PATCH] updated property docs in config.js --- src/config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 5babff20a62..d26bee82c69 100644 --- a/src/config.js +++ b/src/config.js @@ -9,11 +9,17 @@ function (Settings) { return new Settings({ + /** + * elasticsearch url: + * For Basic authentication use: http://username:password@domain.com:9200 + */ elasticsearch: "http://"+window.location.hostname+":9200", /** + * graphite-web url: * For Basic authentication use: http://username:password@domain.com - * Basic authentication requires special nginx or apache2 headers for cross origin comain to work + * Basic authentication requires special HTTP headers to be configured + * in nginx or apache for cross origin domain sharing to work (CORS). * Check install documentation on github */ graphiteUrl: "http://"+window.location.hostname+":8080",