factuges-document-signing-s.../.env.example

22 lines
683 B
Plaintext
Raw Normal View History

2026-01-22 10:37:35 +00:00
# ============================================================
# Signing Service - Environment Variables
# Copy this file to `.env` and fill the real values
# ============================================================
# --------------------
# Application
# --------------------
APP_ENV=local # local | prod
LOG_LEVEL=INFO
# --------------------
# Secret manager
# --------------------
SECRET_PROVIDER=fake # fake | google | aws | azure | hcp
GCP_PROJECT_ID= # required if SECRET_PROVIDER=google
# --------------------
# PDF signing
# --------------------
PDF_CERT_SECRET_NAME=pdf-signing-cert
PDF_CERT_PASSWORD_SECRET_NAME=pdf-signing-cert-password