-
Notifications
You must be signed in to change notification settings - Fork 2
/
env.json
20 lines (20 loc) · 861 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://josephanifire.github.io/Wrapper-Offline-1.2.3-Character-Dump/characters",
"THUMB_BASE_URL": "https://josephcrosmanplays532.github.io/Wrapper-Offline-1.2.3-Assets/thumbnails",
"XML_HEADER": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"FAILURE_XML": "<error><code>ERR_ASSET_404</code><message>Something broke and failed</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": 4343,
"SAVED_FOLDER": "./_SAVED",
"CACHÉ_FOLDER": "./_CACHÉ",
"THEME_FOLDER": "./_THEMES",
"PREMADE_FOLDER": "./_PREMADE",
"EXAMPLE_FOLDER": "./_EXAMPLES"
}