open-envault 0.3.2

Local-first SOPS-compatible secrets for Git and Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# top comment
APP_ENV=production
# second comment
PORT=8080
DEBUG=false
BASE_URL=https://example.com
REGION=us-east-1
SECRET_TOKEN=s3cr3t-with-#hash
GREETING=hello world
QUOTED=it's "quoted" with "double" and \n literal
UNICODE=olà 🦀
EMPTY=
DB_CONN=postgres://user:pw@host:5432/db?sslmode=require&x=1
SAMPLE_unencrypted=visible-plaintext