forked from Botanical/BotanJS
23 lines
360 B
INI
23 lines
360 B
INI
[Service]
|
|
BindAddress = 0.0.0.0
|
|
Port = 5000
|
|
|
|
[Env]
|
|
Debug = False
|
|
|
|
[Redis]
|
|
ConnStr = redis://:@localhost:6379/9
|
|
|
|
[Paths]
|
|
Runtime = ${SiteRoot}
|
|
Log = ${SiteRoot}/logs
|
|
Cache = ${SiteRoot}/cache
|
|
|
|
[BotanJS]
|
|
SrcDir = ${Paths:Runtime}/botanjs/src
|
|
|
|
CeleryBroker = ${Redis:ConnStr}
|
|
|
|
ClosureCompiler = /opt/utils/closure.jar
|
|
YuiCompressor = /opt/utils/yuicompressor.jar
|