-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
32 lines (27 loc) · 804 Bytes
/
.env
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
# COMMON
## Project
### project total name
PROJECT_NAME = unbound-king
SERVER_RUNNING_PORT = 13429
EMAIL = l_98b@outlook.com
## Style
### html base font size
STYLE_BASE_FONT_SIZE = 14px
### aside total width(include both modules width and routes width)
STYLE_ASIDE_WIDTH = 21rem
### aside modules width
STYLE_ASIDE_MODULES_WIDTH = 3rem
### if one box can be collapsed, this value is the min width when it collapsed
STYLE_COLLAPSE_WIDTH = 4rem
STYLE_EXTEND_WIDTH = 347px
### animation time & duration time & transition time
STYLE_ANIMATION_DURATION = 450
STYLE_HEADER_HEIGHT = 4.5rem
## Build
### build about
BUILD_ENCRYPTED_KEY = dzplbveqpmrd
BUILD_IV=DON
## I18n
### i18n default language
### brower language priority, if i18n dont have the brower language, then use this
I18N_DEFAULT_LANG = en-us