Revision 89,
565 bytes
checked in by atzm, 14 years ago
(diff) |
api support (for multi language)
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # $Id$ |
---|
2 | |
---|
3 | [limit] |
---|
4 | max_size = 262144 |
---|
5 | max_entries = 200 |
---|
6 | |
---|
7 | [data] |
---|
8 | basedir = ~/pycgibattler |
---|
9 | |
---|
10 | [template] |
---|
11 | css = /tdiary.css |
---|
12 | header = templates/00header.tmpl |
---|
13 | footer = templates/90footer.tmpl |
---|
14 | index = templates/10index.tmpl |
---|
15 | character = templates/20character.tmpl |
---|
16 | battle = templates/30battle.tmpl |
---|
17 | error = templates/80error.tmpl |
---|
18 | |
---|
19 | [character] |
---|
20 | name_list_file = characters/name_list.txt |
---|
21 | skill_list_file = characters/skill_list.json |
---|
22 | |
---|
23 | [battle] |
---|
24 | max_turn = 30 |
---|
25 | max_entries = 5 |
---|
26 | |
---|
27 | [scouter_api] |
---|
28 | python = http://example.com/pycodescouter |
---|
Note: See
TracBrowser
for help on using the repository browser.