AstroJS/settings.ini

17 lines
332 B
INI
Raw Normal View History

2016-05-27 16:20:58 +00:00
[Env]
Debug = True
2015-08-14 10:12:10 +00:00
[Paths]
Runtime = ${SiteRoot}
Log = ${SiteRoot}/logs
Cache = ${SiteRoot}/cache
[BotanJS]
SrcDir = ${Paths:Runtime}/botanjs/src
CeleryBroker = redis://:${REDIS_PASS}@123.123.123.123:1234/9
2016-05-27 16:20:58 +00:00
REDIS_PASS = PASSWORD_FOR_REDIS_DB
2016-05-27 17:39:59 +00:00
ClosureCompiler = /opt/utils/closure.jar
YuiCompressor = /opt/utils/yuicompressor.jar