22 lines
683 B
Plaintext
22 lines
683 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=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
|