public
Fork of Oshuma/weewar-spy-web
Description: Sinatra app that utilizes the WeewarSpy library to spy on your Weewar games.
Homepage: http://github.com/Oshuma/weewar-spy-web/
Clone URL: git://github.com/melriffe/weewar-spy-web.git
weewar-spy-web / config.yml.example
100644 13 lines (9 sloc) 0.321 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# WeewarSpy Web configuration
# -- EDIT THESE BEFORE RUNNING THE SERVER --
 
# The game server; you'll want to use 'weewar.com' in most cases.
server: 'weewar.com'
 
# This is your Weewar username.
username: 'username'
 
# Your Weewar API key.
# You can find your key here: http://weewar.com/apiToken
api_key: '12345abcdef'