-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
44 lines (35 loc) · 1.58 KB
/
.env.example
File metadata and controls
44 lines (35 loc) · 1.58 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
ORIGIN=http://localhost:3003
# OBP API Configuration
PUBLIC_OBP_BASE_URL="http://localhost:8080"
OBP_API_HOST=localhost:8080
OBP_API_URL=http://localhost:8080
VITE_API_URL=http://localhost:8080
# OIDC Configuration
OBP_OAUTH_CLIENT_ID=2a47cc56-0db1-409d-8f0b-131e4f94a212
OBP_OAUTH_CLIENT_SECRET=OR04Ga8uQjdzFmNXDI5QrEXHN30Fk4u6lbtbrrMsj8g
OBP_OAUTH_WELL_KNOWN_URL=http://127.0.0.1:9000/obp-oidc/.well-known/openid-configuration
VITE_OIDC_ISSUER=http://127.0.0.1:9000
VITE_CLIENT_ID=2a47cc56-0db1-409d-8f0b-131e4f94a212
APP_CALLBACK_URL=http://localhost:3003/login/obp/callback
# Opey Configuration
OPEY_BASE_URL="http://localhost:5000"
PUBLIC_OPEY_BASE_URL=http://localhost:5000
##################################################################
# We need *Opey's* consumer_id (ID NOT KEY!) so the Portal can generate a consent for Opey to use.
# This the ID of the consumer that matches a consumer in the OBP database
# Opey sends its CONSUMER_KEY in the header or sends a certificate
OPEY_CONSUMER_ID="74545fb7-9a1f-4ee0-beb4-6e5b7ee50076"
############################################################
# External URLs
API_EXPLORER_URL="https://test-explorer-ii.openbankproject.com/?tags=&locale=en_GB"
API_MANAGER_URL="https://test-manager.openbankproject.com/"
SUBSCRIPTIONS_URL="https://test-subscriptions.openbankproject.com"
# Redis Configuration
REDIS_HOST="localhost"
REDIS_PORT="6379"
# UI Configuration
PUBLIC_LOGO_URL="/logo2x-1.png"
PUBLIC_DARK_LOGO_URL="/obp_logo.svg"
PUBLIC_LOGO_WIDTH="100%"
# Links for documentation and for other reasons. No default
API_EXPLORER_URL=http://localhost:5173