File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 = " "
You can’t perform that action at this time.
0 commit comments