Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
secret_key.txt
bots/.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion bots/credentials/master_account/conf_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gateway:
gateway_api_host: localhost
gateway_api_port: '15888'

certs_path: /certs
certs_path: ./certs

# Whether to enable aggregated order and trade data collection
anonymized_metrics_mode:
Expand Down
196 changes: 0 additions & 196 deletions conf/conf_client copy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conf/conf_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ gateway:
gateway_api_host: localhost
gateway_api_port: '15888'

certs_path: /backend-api/certs
certs_path: ./certs

# Whether to enable aggregated order and trade data collection
anonymized_metrics_mode:
Expand Down
Loading
Loading