-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
73 lines (50 loc) · 1.26 KB
/
.env
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#
# iSHARE/i4Trust configuration
# (set if needed)
#
# iSHARE Satellite
SATELLITE_HOST=https://scheme.isharetest.net
SATELLITE_TOKEN_ENDPOINT=https://scheme.isharetest.net/connect/token
SATELLITE_PARTIES_ENDPOINT=https://scheme.isharetest.net/parties
SATELLITE_TRUSTED_LIST_ENDPOINT=https://scheme.isharetest.net/trusted_list
SATELLITE_EORI=EU.EORI.NL000000000
# EORI of BAE
BAE_EORI=<BAE_EORI>
# Private key and certificate PEM files
# Location on host file system
BAE_TOKEN_KEY_FILE=./certs/bae.key
BAE_TOKEN_CRT_FILE=./certs/bae.crt
# Alternatively:
# Content of key and certificate PEM files as ENVs
# Above file locations must not be set
#BAE_TOKEN_KEY_CONTENT=<PRIVATE-KEY-CONTENT>
#BAE_TOKEN_CRT_CONTENT=<CRT-CONTENT>
# Enbale external login at LP
BAE_LP_EXT_LOGIN=false
# Display local login at LP
BAE_LP_SHOW_LOCAL_LOGIN=true
# Propagate access token by LP
BAE_LP_PROPAGATE_TOKEN=true
#
# Charging Backend
#
# Payment method
BAE_CB_PAYMENT_METHOD=None
# E-Mail for CB
# Propagate access token by CB
BAE_CB_PROPAGATE_TOKEN=true
#
# Logic Proxy
#
# Enable OIDC
BAE_LP_OIDC_ENABLED=false
# Revenue model percentage
BAE_LP_REVENUE_MODEL=30
#
# Keyrock IDP
#
# Default language
IDM_LANG_DEFAULT=en
# IDP title
IDM_TITLE=Marketplace