-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathtest.env.list
33 lines (33 loc) · 1009 Bytes
/
test.env.list
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
DB_URI=postgres://user:pass@localhost/ilpkit
API_EMAIL_SENDER_NAME=Red
API_GITHUB_CLIENT_ID=
API_GITHUB_CLIENT_SECRET=
API_HOSTNAME=red.ilpdemo.org
API_MAILGUN_API_KEY=
API_MAILGUN_DOMAIN=
API_PORT=3100
API_PRIVATE_HOSTNAME=localhost
API_PUBLIC_HTTPS=true
API_PUBLIC_PATH=/api
API_PUBLIC_PORT=443
API_SECRET=secret
BLUEBIRD_WARNINGS=0
CLIENT_HOST=red.ilpdemo.org
CLIENT_PORT=3010
CLIENT_PUBLIC_PORT=443
CLIENT_TITLE=Red
LEDGER_ADMIN_USER=admin
LEDGER_ADMIN_PASS=admin
LEDGER_CURRENCY_CODE=USD
LEDGER_CURRENCY_SYMBOL=$
LEDGER_ILP_PREFIX=us.usd.red.
LEDGER_PRECISION=10
CONNECTOR_ENABLE=true
CONNECTOR_LEDGERS={"us.usd.red.":{"currency":"USD","plugin":"ilp-plugin-bells","options":{"account":"https://red.ilpdemo.org/ledger/accounts/connector","username":"connector","password":"connector"}}}
CONNECTOR_LOG_LEVEL=info
CONNECTOR_MAX_HOLD_TIME=100
CONNECTOR_AUTOLOAD_PEERS=true
CONNECTOR_PORT=4000
LEDGER_RECOMMENDED_CONNECTORS=connector
ILP_KIT_CLI_VERSION=11.1.0