-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy path.env
27 lines (24 loc) · 942 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
; 发布版本
; APP_URL = '/api/'
; themeNameTemp = "数据中心"
; indexDashboardPath = "/dashboards/analytics"
; indexMenuspath = "auth/menus.php"
; indexImageUrl = '/images/pages/auth-v2-login-illustration-light.png'
; logoUrl = '/images/pages/auth-v2-login-illustration-light.png'
; apiEncryptKey = 'fbae1da1c3f10b1ce0c75c8f5d3319d0'
; 定制版本
; APP_URL = '/api/'
; themeNameTemp = "福鼎职校"
; indexDashboardPath = "/dashboards/analytics"
; indexMenuspath = "auth/menus.php"
; indexImageUrl = '/images/school/fdzz/index.jpg'
; logoUrl = '/images/school/fdzz/logo.png'
; apiEncryptKey = 'fbae1da1c3f10b1ce0c75c8f5d3319d0'
; 本地开发
APP_URL = "http://localhost:80/api/"
themeNameTemp = "福鼎职校"
indexDashboardPath = "/dashboards/analytics"
indexMenuspath = "auth/menus.php"
indexImageUrl = '/images/school/fdzz/index.jpg'
logoUrl = '/images/school/fdzz/logo.png'
apiEncryptKey = 'fbae1da1c3f10b1ce0c75c8f5d3319d0'