Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Nakagawa
Last active August 29, 2015 14:15
Show Gist options
  • Save Shinichi-Nakagawa/d378a1e09f25f3c817b1 to your computer and use it in GitHub Desktop.
Save Shinichi-Nakagawa/d378a1e09f25f3c817b1 to your computer and use it in GitHub Desktop.
[database]
engine = pymysql # PyMySQLを指定
host = 192.168.33.xx # サーバーのアドレス
database = retrosheet
schema = retrosheet
user = app
password = app_no_password
[download]
directory = files
num_threads = 20
[processing]
num_threads = 20
[chadwick]
directory = /usr/local/bin/
# Don't change this unless you know what you're doing
[retrosheet]
url = http://www.retrosheet.org/game.htm
[debug]
verbose = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment