Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
liudexiang3218 committed Apr 22, 2019
1 parent 39906fb commit de18b52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
4. ``ok_secret_key ``: 您的okex开发平台上申请的secret key
5. ``ok_passphrase ``: 您的okex开发平台上申请的passphrase
6. ``ok_coins ``: 配置项目支持的数字货币(例如:btc,ltc,eth,etc,btg,xrp,eos)
6. ``jwt_secret ``: JWT权限加密密钥

#### user.properties系统用户配置
1. user=password 账号=密码

#### 开发环境

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/development/system.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ok_websocket_url=wss\://okexcomreal.bafang.com\:10442/ws/v3
# okex rest v3 url
ok_rest_url=https\://www.okex.me

ok_api_key=02e971de-997b-4608-bcbf-f2d57714174c
ok_secret_key=D76D3F074B53D5844464147CC59860EE
ok_passphrase=kgxiang
ok_api_key=your api key
ok_secret_key=your secret key
ok_passphrase=your passphrase
ok_coins=btc,ltc,eth,etc,bch,xrp,eos
#ok_coins=btc

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/production/system.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
broker_url=tcp\://127.0.0.1\:61616
ok_websocket_url=wss\://real.okex.com\:10442/ws/v3
ok_rest_url=https\://www.okex.com
ok_api_key=01e3238d-88c0-4992-abc5-dedd539fbc3a
ok_secret_key=875BCB61BB4B98A87C9FEAF46273A50A
ok_passphrase=kgxiang
ok_api_key=your api key
ok_secret_key=your secret key
ok_passphrase=your passphrase
ok_coins=btc,ltc,eth,etc,bch,xrp,eos

#jwt SECRET
Expand Down

0 comments on commit de18b52

Please sign in to comment.