forked from GoAnimate-Wrapper/GoAnimate-Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.json
19 lines (19 loc) · 746 Bytes
/
env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"CHAR_BASE_URL": "https://raw.githubusercontent.com/GoAnimate-Wrapper/GoAnimate-Character-Dump/master/characters",
"THUMB_BASE_URL": "https://raw.githubusercontent.com/GoAnimate-Wrapper/GoAnimate-Thumbnails/master/thumbnails",
"XML_HEADER": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"CROSSDOMAIN": "<cross-domain-policy><allow-access-from domain=\"*\"/></cross-domain-policy>",
"FILE_WIDTH": 1000,
"GATHER_THREADS": 100,
"GATHER_THRESH1": 250000000,
"GATHER_THRESH2": 328493000,
"GATHER_THRESH3": 400000000,
"FILE_NUM_WIDTH": 9,
"XML_NUM_WIDTH": 3,
"SERVER_PORT": 80,
"SAVED_FOLDER": "./_SAVED",
"CACHÉ_FOLDER": "./_CACHÉ",
"THEME_FOLDER": "./_THEMES",
"PREMADE_FOLDER": "./_PREMADE",
"EXAMPLE_FOLDER": "./_EXAMPLES"
}