-
Notifications
You must be signed in to change notification settings - Fork 16
/
env.json
20 lines (20 loc) · 854 Bytes
/
env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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",
"FAILURE_XML": "<error><code>ERR_ASSET_404</code><message>You're grounded.</message><text></text></error>",
"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"
}