-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 812 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
# Local sandbox setup for nfse-php smoke tests
# Copy to .env.local and fill the secret values.
# Full HEAD URL for sandbox mTLS smoke test
# Example:
# NFSE_HEAD_URL="https://adn.producaorestrita.nfse.gov.br/dps/00000000000000000000000000000000000000000000"
NFSE_HEAD_URL="https://adn.producaorestrita.nfse.gov.br/dps/CHANGE_ME"
# PFX certificate used for mTLS (local file, never commit)
NFSE_MTLS_PFX_PATH=".secrets/pfx/2025-LibreCode.pfx"
NFSE_MTLS_PFX_PASSWORD="CHANGE_ME"
# Optional: set to 1 to print TLS handshake details
NFSE_CURL_VERBOSE=0
# Optional OpenBao/Vault settings (if needed by local app wiring)
VAULT_ADDR="http://openbao:8200"
VAULT_TOKEN=""
VAULT_ROLE_ID=""
VAULT_SECRET_ID=""