-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathframework.json
44 lines (43 loc) · 961 Bytes
/
framework.json
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
{
"gl_version": "gl-1.9-21.0630.10",
"framework_path": "",
"framework_desc": {
"Desc": "本框架是Golang的web MVC框架,基础特性基于Gin。",
"Author": "fyonecon",
"Email": "youcansendmsg@qq.com",
"Github": "github.com/fyonecon/ginlaravel"
},
"config": {
"timezone": "Asia/Shanghai",
"api_version_block": "0&0",
"web_version_block": "0&0",
"server": {
"HOST": "127.0.0.1",
"PORT": "8090",
"ENV": "release"
},
"grpc": {
"HOST": "127.0.0.1",
"PORT": "9090"
},
"mysql": {
"DB_HOST": "192.168.131.24",
"DB_PORT": "3306",
"DB_NAME": "ginlaravel",
"DB_USER": "root2",
"DB_PWD": "12345678",
"DB_CHARSET": "utf8mb4"
},
"redis": {
"Addr": "192.168.131.24:6379",
"Password": "12345678",
"DB": "0"
},
"view": {
"View_Static": "storage/static/"
}
},
"common":{
"log_debug": "true"
}
}