-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 1.02 KB
/
.env.example
File metadata and controls
29 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#############################################
# PRODUCTION CONFIG (AEAT) #
#############################################
# Path to your certificate (P12/PFX)
VERIFACTU_CERT_PATH=/path/to/your/certificate.p12
# Certificate password
VERIFACTU_CERT_PASSWORD=your_certificate_password
# Certificate type: 'certificate' or 'seal'
VERIFACTU_CERT_TYPE=certificate
# Environment: 'production' or 'sandbox'
VERIFACTU_ENVIRONMENT=production
#############################################
# SANDBOX / TESTS CONFIG #
#############################################
# Path to your certificate (P12/PFX) for sandbox
# VERIFACTU_CERT_PATH=/path/to/your/certificate.p12
# Certificate password for sandbox
# VERIFACTU_CERT_PASSWORD=your_certificate_password
# Certificate type: 'certificate' or 'seal'
# VERIFACTU_CERT_TYPE=certificate
# Environment for sandbox
# VERIFACTU_ENVIRONMENT=sandbox
# Required by integration tests (must match AEAT census data)
TEST_ISSUER_NIF=B12345678
TEST_ISSUER_NAME="Example Company SL"