-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 878 Bytes
/
.env.example
File metadata and controls
33 lines (27 loc) · 878 Bytes
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
30
31
32
33
# === Base URLs ===
HOLA_BASE_URL=http://localhost:8087
OBP_PORTAL_BASE_URL=http://localhost:5174
API_MANAGER_BASE_URL=http://localhost:3003
# === OBP-OIDC Login Credentials ===
OBP_LOGIN_PROVIDER=OBP-API
OBP_LOGIN_USERNAME=
OBP_LOGIN_PASSWORD=
# === VRP Form: Bank & Account Routing ===
VRP_FROM_BANK_ROUTING_ADDRESS=
VRP_FROM_ROUTING_ADDRESS=
VRP_TO_ROUTING_ADDRESS=
VRP_CURRENCY=EUR
# === VRP Form: Limits (defaults provided) ===
VRP_MAX_SINGLE_AMOUNT=100
VRP_MAX_MONTHLY_AMOUNT=1000
VRP_MAX_MONTHLY_FREQUENCY=10
VRP_MAX_YEARLY_AMOUNT=10000
VRP_MAX_YEARLY_FREQUENCY=100
VRP_MAX_NUMBER_OF_HISTORICAL_CONSENTS_SHOWN=10
# === Super Admin (for entitlement granting tests) ===
SUPER_ADMIN_USERNAME=TheSuperUserAForTesting
SUPER_ADMIN_PASSWORD=
# === Mailpit (email testing) ===
MAILPIT_API_URL=http://localhost:8025
# === OTP for consent challenge ===
TEST_OTP_VALUE=123456