Skip to content

Commit b2c309b

Browse files
committed
chore(env): add sandbox integration env template
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent 37f3b65 commit b2c309b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.env.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Local sandbox setup for nfse-php smoke tests
2+
# Copy to .env.local and fill the secret values.
3+
4+
# Full HEAD URL for sandbox mTLS smoke test
5+
# Example:
6+
# NFSE_HEAD_URL="https://adn.producaorestrita.nfse.gov.br/dps/00000000000000000000000000000000000000000000"
7+
NFSE_HEAD_URL="https://adn.producaorestrita.nfse.gov.br/dps/CHANGE_ME"
8+
9+
# PFX certificate used for mTLS (local file, never commit)
10+
NFSE_MTLS_PFX_PATH=".secrets/pfx/2025-LibreCode.pfx"
11+
NFSE_MTLS_PFX_PASSWORD="CHANGE_ME"
12+
13+
# Optional: set to 1 to print TLS handshake details
14+
NFSE_CURL_VERBOSE=0
15+
16+
# Optional OpenBao/Vault settings (if needed by local app wiring)
17+
VAULT_ADDR="http://openbao:8200"
18+
VAULT_TOKEN=""
19+
VAULT_ROLE_ID=""
20+
VAULT_SECRET_ID=""

0 commit comments

Comments
 (0)