mirror of https://github.com/perkeep/perkeep.git
devcam server: preset CAMLI_LEVELDB_ENABLED to false
Change-Id: Id35fc6f965186b4d2f1a2d427d2e5506a98cce1f
This commit is contained in:
parent
be3ea3fe01
commit
8ea07d33d2
|
@ -220,6 +220,7 @@ func (c *serverCmd) setEnvVars() error {
|
|||
setenv("CAMLI_SQLITE_ENABLED", "false")
|
||||
setenv("CAMLI_KVINDEX_ENABLED", "false")
|
||||
setenv("CAMLI_MEMINDEX_ENABLED", "false")
|
||||
setenv("CAMLI_LEVELDB_ENABLED", "false")
|
||||
|
||||
setenv("CAMLI_PUBLISH_ENABLED", strconv.FormatBool(c.publish))
|
||||
setenv("CAMLI_HELLO_ENABLED", strconv.FormatBool(c.hello))
|
||||
|
|
Loading…
Reference in New Issue