-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.json.example
More file actions
44 lines (44 loc) · 1.06 KB
/
env.json.example
File metadata and controls
44 lines (44 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"local": {
"dir": "dist",
"name": "instantDiffs",
"server": "http://localhost:8000",
"scriptPath": "/w"
"target": "/$name",
"i18n": "/$name-i18n/",
},
"testwiki": {
"dir": "dist",
"name": "instantDiffs",
"server": "https://test.wikipedia.org",
"scriptPath": "/w",
"target": "User:Serhio_Magpie/$name",
"i18n": "User:Serhio_Magpie/$name-i18n/",
"i18nDeploy": false,
"i18nBundle": [ "uk" ],
"legalDeploy": false,
"rateLimit": 90,
"retries": 2,
"credentials": {
"username": "",
"password": "",
"userAgent": "InstantDiffsDeployScript/5.0 (https://www.mediawiki.org/wiki/Instant_Diffs) mwn/3.0.1"
},
"esbuild": {
"target": "es2016"
}
},
"mediawiki": {
"dir": "dist",
"name": "instantDiffs",
"server": "https://www.mediawiki.org",
"scriptPath": "/w",
"target": "MediaWiki:Gadget-$name",
"i18n": "MediaWiki:Gadget-$name-i18n/",
"credentials": {
"username": "",
"password": "",
"userAgent": "InstantDiffsDeployScript/5.0 (https://www.mediawiki.org/wiki/Instant_Diffs) mwn/3.0.1"
}
}
}