diff configuration.js @ 10:360186772aa3

Don’t hardcode avatars URL.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 02 Nov 2011 10:00:01 -0700
parents 461a24a5a788
children
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -30,6 +30,7 @@ config.defaultNode = 'psgxs.linkmauve.fr
 // Root of the webservice, and Atom HTTP service.
 config.webRoot = '/blog/';
 config.atomRoot = '/atom/';
+config.avatarRoot = '/avatar/';
 
 // These are the host and the port on which the web service will
 // listen.  If you want IPv4 connection only, instead of both IPv4 and