-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.env
More file actions
35 lines (28 loc) · 700 Bytes
/
dev.env
File metadata and controls
35 lines (28 loc) · 700 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
34
35
IDP_DB_PORT=35000
IDP_DB=idp_dev_database
IDP_DB_PASSWORD=idp_db_password
ACCOUNT_DB_PORT=35100
ACCOUNT_DB=account_dev_database
ACCOUNT_DB_PASSWORD=account_db_password
GATEWAY_HOST=127.0.0.1
GATEWAY_PORT=8443
GATEWAY_CLIENT_ID=gateway
GATEWAY_SECRET=gateway_secret
GATEWAY_KEY_STORE=classpath:gateway-dev.p12
GATEWAY_KEY_STORE_PASSWORD=changeit
GATEWAY_KEY_ALIAS=gateway-dev
IDP_HOST=localhost
IDP_DATASOURCE_HOST=localhost
IDP_PORT=45000
IDP_API=/api/user
IDP_ADMIN=admin
IDP_ADMIN_PASSWORD=123
ACCOUNT_HOST=localhost
ACCOUNT_DATASOURCE_HOST=localhost
ACCOUNT_PORT=46100
ACCOUNT_API=/api/account
BROKER_HOST=localhost
BROKER_PORT=9092
CONFIG_HOST=localhost
CONFIG_PORT=8888
RESPONSE_TIMEOUT=5