forked from Botanical/BotanJS
18 lines
299 B
INI
18 lines
299 B
INI
|
[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
|