comparison 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
comparison
equal deleted inserted replaced
9:42d3f454d4b4 10:360186772aa3
28 config.defaultNode = 'psgxs.linkmauve.fr/blog'; 28 config.defaultNode = 'psgxs.linkmauve.fr/blog';
29 29
30 // Root of the webservice, and Atom HTTP service. 30 // Root of the webservice, and Atom HTTP service.
31 config.webRoot = '/blog/'; 31 config.webRoot = '/blog/';
32 config.atomRoot = '/atom/'; 32 config.atomRoot = '/atom/';
33 config.avatarRoot = '/avatar/';
33 34
34 // These are the host and the port on which the web service will 35 // These are the host and the port on which the web service will
35 // listen. If you want IPv4 connection only, instead of both IPv4 and 36 // listen. If you want IPv4 connection only, instead of both IPv4 and
36 // IPv6, replace '::' by '0.0.0.0'. If you want a port < 1024, you 37 // IPv6, replace '::' by '0.0.0.0'. If you want a port < 1024, you
37 // have to start it as root, use a proxy or redirect it using a 38 // have to start it as root, use a proxy or redirect it using a