Move OANDA account info into separate file
This commit is contained in:
11
config/config.properties.sample
Normal file
11
config/config.properties.sample
Normal 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
|
||||
Reference in New Issue
Block a user