mirror of https://github.com/perkeep/perkeep.git
8 lines
231 B
Bash
8 lines
231 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export CAMLI_CONFENV_SECRET_RING=$(camtool env camsrcroot)/pkg/jsonsign/testdata/test-secring.gpg
|
||
|
export CAMLI_CONFIG_DIR=$(camtool env camsrcroot)/dev/config-dir-local
|
||
|
|
||
|
# Redundant, but:
|
||
|
export CAMLI_DEFAULT_SERVER=dev
|