Skip to content

Commit

Permalink
fix: add test env file
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Sep 13, 2017
1 parent 1181a18 commit 75a3bee
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions test.env.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
DB_URI=postgres://user:pass@localhost/ilpkit
API_EMAIL_SENDER_NAME=Red
[email protected]
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

0 comments on commit 75a3bee

Please sign in to comment.