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