-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
36 lines (36 loc) · 902 Bytes
/
config.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
{
"database": {
"default": {
"driver": "sqlite",
"file": "./release.db"
}
},
"app_id": "3fC10YiAh3CDriver",
"language": "zh",
"prefix": "admin",
"theme": "adminlte",
"store": {
"path": "./uploads",
"prefix": "uploads"
},
"title": "GoAdmin",
"logo": "\u003cb\u003eGo\u003c/b\u003eAdmin",
"mini_logo": "\u003cb\u003eG\u003c/b\u003eA",
"index": "/",
"login_url": "/login",
"debug": true,
"env": "local",
"info_log": "./logs/info.log",
"error_log": "./logs/error.log",
"access_log": "./logs/access.log",
"color_scheme": "skin-black",
"session_life_time": 7200,
"file_upload_engine": {
"name": "local"
},
"login_title": "GoAdmin",
"auth_user_table": "goadmin_users",
"bootstrap_file_path": "D:/golang/src/github.com/easymesh/autoproxy-web/bootstrap.go",
"go_mod_file_path": "D:/golang/src/github.com/easymesh/autoproxy-web/go.mod",
"asset_root_path": "./public/"
}