Files
harmony/examples/okd_installation/env.sh

13 lines
388 B
Bash

NAMESPACE=example-okd
export HARMONY_SECRET_NAMESPACE=$NAMESPACE
export HARMONY_SECRET_STORE=file
#export DB_PATH=$HOME/.local/share/instances/$NAMESPACE/db.sqlite
#export HARMONY_DATABASE_URL=sqlite://$HOME/.local/share/instances/$NAMESPACE/db.sqlite
export HARMONY_DATABASE_URL=sqlite://db.sqlite
export RUST_LOG=info
#export RUST_LOG=debug,serde
#export RUST_LOG=info,yaserde=debug