datasources.json
2.35 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"db": {
"name": "db",
"connector": "memory"
},
"mongodb": {
"host": "",
"port": 0,
"url": "",
"database": "mongodb",
"password": "",
"name": "mongodb",
"user": "",
"connector": "mongodb"
},
"radius": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "radius",
"password": "6Ar6H94hMvGqJmaD",
"name": "radius",
"user": "radius",
"connector": "mysql"
},
"account": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "account",
"password": "A83kKhoAH4jcEHMY",
"name": "account",
"user": "npm_account",
"connector": "mysql"
},
"refill": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "refill",
"password": "Fe8Vf63LtdGQaFtd",
"name": "refill",
"user": "npm_refill",
"connector": "mysql"
},
"smartquotation": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "smartquotation",
"password": "Bwa7Z6ZRosU4RuAH",
"name": "smartquotation",
"user": "npm_smtquot",
"connector": "mysql"
},
"smartzone": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "smartzone",
"password": "pADobokFAoPC384B",
"name": "account",
"user": "npm_szv3",
"connector": "mysql"
},
"smartzonev4": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "smartzonev4",
"password": "Q7TsWo7UNbCsi3sb",
"name": "smartzonev4",
"user": "npm_szv4",
"connector": "mysql"
},
"thespecialdress": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "thespecialdress",
"password": "bXGhkLoTJ9atAx72",
"name": "thespecialdress",
"user": "npm_tsd",
"connector": "mysql"
},
"thespecialdress_wp": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "thespecialdress_wp",
"password": "gAUmK7Jcvq4F7CUs",
"name": "thespecialdress_wp",
"user": "npm_tsdwp",
"connector": "mysql"
},
"vtigercrm510": {
"host": "server8.sourcecode.co.th",
"port": 3306,
"url": "",
"database": "vtigercrm510",
"password": "X6UUfWM8GJEPBzv3",
"name": "vtigercrm510",
"user": "npm_vtiger",
"connector": "mysql"
}
}