AstroJS/settings.ini

14 lines
245 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