Skip to content

Commit

Permalink
restore settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangguang authored and Yangguang committed Aug 7, 2018
1 parent be3a34a commit 0f4e2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# Path to directory where to store the data (separate multiple locations by comma):
#
path.data: /home/yang/D/esdata
#path.data: /path/to/data
#
# Path to log files:
#
Expand Down
2 changes: 1 addition & 1 deletion fooltrader/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# 把这个改为你的data目录的绝对路劲,方便在任何地方使用python
FOOLTRADER_STORE_PATH = os.environ.get('FOOLTRADER_STORE_PATH')
if not FOOLTRADER_STORE_PATH:
FOOLTRADER_STORE_PATH = '/home/yang/D/china_stock_data'
FOOLTRADER_STORE_PATH = '/home/xuanqi/workspace/github/fooltrader/data'

STOCK_START_CODE = '000001'
STOCK_END_CODE = '666666'
Expand Down

0 comments on commit 0f4e2ca

Please sign in to comment.