-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.properties
30 lines (24 loc) · 999 Bytes
/
application.properties
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
################## application.properties #########################
################### VERSION CONTROL ###############################
###################################################################
### Read the wiki for more explanations about the properties ###
### https://wiki.profittrailer.io ###
###################################################################
###################################################################
server.port = 8081
trading.exchange =
#Put here your activated API key.
#This API key is also use to read YOUR balances and trade history
default_apiKey =
default_apiSecret =
#Put here a second api key that will be used to do all the buying and selling.
#This api key does NOT need to be activated
trading_apiKey =
trading_apiSecret =
server.timeZoneOffset = +00:00
server.password = MyServerPassword
# how many days of log history to show?
trading.logHistory = 8
#OPTIONAL
telegram.botToken =
telegram.chatId =