-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
43 lines (42 loc) · 1017 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
37
38
39
40
41
42
43
{
"IP": "127.0.0.1",
"portHttp": 80,
"portHttps": 443,
"enableHttps": false,
"session": {
"key": "testapi",
"secret": "LDDWK8Mo4AmDYBn",
"resave": false,
"saveUninitialized": false,
"store": {
"tableName": "api_sessions",
"sessionId": "session",
"expires": "expires",
"data": "data"
}
},
"database": {
"client": "mysql",
"connection": {
"host": "localhost",
"port": "3306",
"user": "root",
"password": "Azure",
"database": "transcoro"
}
},
"webSettings": {
"api": "http://localhost/api",
"developerWEB": "localhost",
"siteName": "Transcoro",
"siteLongName": "TestAPI S.A. de C.V.",
"siteURL": "localhost",
"maintenance": {
"enabled": false,
"allowedIPs": [""],
"minRank": 8
}
},
"Facebook": {
}
}