22 lines
675 B
Plaintext
22 lines
675 B
Plaintext
# ============================================================
|
|
# 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=infisical # fake | google | infisical
|
|
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 |