AstroJS/settings.ini

18 lines
299 B
INI
Raw Normal View History

2015-08-14 10:12:10 +00:00
[Paths]
SiteRoot = /var/www/botanjs
Runtime = ${SiteRoot}
Log = ${SiteRoot}/logs
Cache = ${SiteRoot}/cache
[BotanJS]
SrcDir = ${Paths:Runtime}/botanjs/src
REDIS_PASS = PASSWORD_FOR_REDIS_DB
CeleryBroker = redis://:${REDIS_PASS}@123.123.123.123:1234/9
[Service]
user = www-data
group = www-data