Move OANDA account info into separate file

This commit is contained in:
2018-09-06 16:06:50 -07:00
parent f9dd57c0e5
commit 45a215c15b
7 changed files with 85 additions and 30 deletions

View File

@ -0,0 +1,11 @@
# Configuration properties
# An OANDA numeric account id
OANDA.accountID=000-000-0000000-000
# The personal API access token for the account ID above
OANDA.accessToken=00000000000000000000000000000000-00000000000000000000000000000000
# Set to 'true' if the account is on the 'fxlive' service.
# Set to 'false' if the account is on the 'fxpractice' service.
OANDA.isLiveAccount=false