projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634434c
)
Remove npm version restriction & add warning to config file
author
Jack Allnutt
<m2ys4u@gmail.com>
Mon, 1 Apr 2013 20:38:30 +0000
(20:38 +0000)
committer
Jack Allnutt
<m2ys4u@gmail.com>
Mon, 1 Apr 2013 20:38:30 +0000
(20:38 +0000)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index 5eb1fee548a72f4ddd0dbef0cd1d73665c7d8b53..86b1b7c55089bd3d9299d6d34b966bf9cb473916 100644
(file)
--- a/
config.example.js
+++ b/
config.example.js
@@
-106,6
+106,8
@@
conf.http_base_path = "/kiwi";
/*
* SOCKS (version 5) proxy settings
+ * This feature is only available on node 0.10.0 and above.
+ * Do not enable it if you're running 0.8 or below or Bad Things will happen.
*/
conf.socks_proxy = {};