Skip to content

Commit

Permalink
#230 moved config file in root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed Jun 10, 2018
1 parent 8866549 commit 3e2ec3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ logs/matrix_history\.data
logs/OctoBot\.log\.*

# Tentacles
tentacles
tentacles
config\.json
2 changes: 1 addition & 1 deletion config/cst.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
CONFIG_SYMBOL = "symbol"

# Files
CONFIG_FILE = "config/config.json"
CONFIG_FILE = "config.json"
CONFIG_EVALUATOR_FILE = "config/evaluator_config.json"

# Advanced
Expand Down
2 changes: 1 addition & 1 deletion docs/install/windows/windows_installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo **Installing requirements...**
REM CONFIGURATION
echo **Set default configuration...**
cd %config_path%
copy default_config.json config.json
copy default_config.json ../config.json
copy default_evaluator_config.json evaluator_config.json

REM BOT MODULES INSTALL
Expand Down

0 comments on commit 3e2ec3c

Please sign in to comment.