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
|
|
|
|
|
# --------------------
|
2026-01-22 11:11:30 +00:00
|
|
|
SECRET_PROVIDER=infisical # fake | google | infisical
|
2026-01-22 10:37:35 +00:00
|
|
|
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
|