Files
vaulterm/.env.example
T
2024-11-17 17:54:41 +07:00

10 lines
177 B
Bash

DATABASE_URL=
# Generate a 32-byte (256-bit) key for AES-256 encryption using `openssl rand -hex 32`
ENCRYPTION_KEY=""
# OAuth client
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=