-
Notifications
You must be signed in to change notification settings - Fork 582
Expand file tree
/
Copy path.env
More file actions
34 lines (25 loc) · 1.38 KB
/
Copy path.env
File metadata and controls
34 lines (25 loc) · 1.38 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
GENERATE_SOURCEMAP=false
REACT_APP_NAME=KISS Translator
REACT_APP_NAME_CN=简约翻译
REACT_APP_VERSION=2.0.32
REACT_APP_HOMEPAGE=https://github.com/fishjar/kiss-translator
REACT_APP_RELEASES_URL=https://github.com/fishjar/kiss-translator/releases
SITE_ORIGIN_MASTER=https://kiss-translator.rayjar.com
SITE_ORIGIN_GITHUB=https://fishjar.github.io/kiss-translator
SITE_ORIGIN_DEV=https://kiss-translator-dev.rayjar.com
REACT_APP_SITEURL=$SITE_ORIGIN_MASTER
REACT_APP_SITEURL_GITHUB=$SITE_ORIGIN_GITHUB
REACT_APP_SITEURL_DEV=$SITE_ORIGIN_DEV
REACT_APP_VERSION_URL=$SITE_ORIGIN_MASTER/version.txt
REACT_APP_VERSION_URL_GITHUB=$SITE_ORIGIN_GITHUB/version.txt
REACT_APP_VERSION_URL_DEV=$SITE_ORIGIN_DEV/version.txt
REACT_APP_OPTIONSPAGE=$SITE_ORIGIN_MASTER/options
REACT_APP_OPTIONSPAGE_GITHUB=$SITE_ORIGIN_GITHUB/options.html
REACT_APP_OPTIONSPAGE_DEV=$SITE_ORIGIN_DEV/options
REACT_APP_OPTIONSPAGE_LOCAL=http://localhost:3000/options.html
REACT_APP_LOGOURL=$SITE_ORIGIN_MASTER/images/logo192.png
REACT_APP_RULESURL=https://fishjar.github.io/kiss-rules/kiss-rules_v2.json
REACT_APP_RULESURL_ON=https://fishjar.github.io/kiss-rules/kiss-rules-on_v2.json
REACT_APP_RULESURL_OFF=https://fishjar.github.io/kiss-rules/kiss-rules-off_v2.json
REACT_APP_USERSCRIPT_DOWNLOADURL=$SITE_ORIGIN_MASTER/kiss-translator.user.js
REACT_APP_USERSCRIPT_IOS_DOWNLOADURL=$SITE_ORIGIN_MASTER/kiss-translator-ios-safari.user.js