Commit f296ec68a26d55d2287a3563795b95eb43df037a
1 parent
38022845
Exists in
master
อัพ datasource
Showing
1 changed file
with
83 additions
and
2 deletions
Show diff stats
server/datasources.json
@@ -18,9 +18,90 @@ | @@ -18,9 +18,90 @@ | ||
18 | "port": 3306, | 18 | "port": 3306, |
19 | "url": "", | 19 | "url": "", |
20 | "database": "radius", | 20 | "database": "radius", |
21 | - "password": "9oLZQRBcZgC6fj9b", | 21 | + "password": "6Ar6H94hMvGqJmaD", |
22 | "name": "radius", | 22 | "name": "radius", |
23 | - "user": "npm_radius", | 23 | + "user": "radius", |
24 | + "connector": "mysql" | ||
25 | + }, | ||
26 | + "account": { | ||
27 | + "host": "server8.sourcecode.co.th", | ||
28 | + "port": 3306, | ||
29 | + "url": "", | ||
30 | + "database": "account", | ||
31 | + "password": "A83kKhoAH4jcEHMY", | ||
32 | + "name": "account", | ||
33 | + "user": "npm_account", | ||
34 | + "connector": "mysql" | ||
35 | + }, | ||
36 | + "refill": { | ||
37 | + "host": "server8.sourcecode.co.th", | ||
38 | + "port": 3306, | ||
39 | + "url": "", | ||
40 | + "database": "refill", | ||
41 | + "password": "Fe8Vf63LtdGQaFtd", | ||
42 | + "name": "refill", | ||
43 | + "user": "npm_refill", | ||
44 | + "connector": "mysql" | ||
45 | + }, | ||
46 | + "smartquotation": { | ||
47 | + "host": "server8.sourcecode.co.th", | ||
48 | + "port": 3306, | ||
49 | + "url": "", | ||
50 | + "database": "smartquotation", | ||
51 | + "password": "Bwa7Z6ZRosU4RuAH", | ||
52 | + "name": "smartquotation", | ||
53 | + "user": "npm_smtquot", | ||
54 | + "connector": "mysql" | ||
55 | + }, | ||
56 | + "smartzone": { | ||
57 | + "host": "server8.sourcecode.co.th", | ||
58 | + "port": 3306, | ||
59 | + "url": "", | ||
60 | + "database": "smartzone", | ||
61 | + "password": "pADobokFAoPC384B", | ||
62 | + "name": "account", | ||
63 | + "user": "npm_szv3", | ||
64 | + "connector": "mysql" | ||
65 | + }, | ||
66 | + "smartzonev4": { | ||
67 | + "host": "server8.sourcecode.co.th", | ||
68 | + "port": 3306, | ||
69 | + "url": "", | ||
70 | + "database": "smartzonev4", | ||
71 | + "password": "Q7TsWo7UNbCsi3sb", | ||
72 | + "name": "smartzonev4", | ||
73 | + "user": "npm_szv4", | ||
74 | + "connector": "mysql" | ||
75 | + }, | ||
76 | + "thespecialdress": { | ||
77 | + "host": "server8.sourcecode.co.th", | ||
78 | + "port": 3306, | ||
79 | + "url": "", | ||
80 | + "database": "thespecialdress", | ||
81 | + "password": "bXGhkLoTJ9atAx72", | ||
82 | + "name": "thespecialdress", | ||
83 | + "user": "npm_tsd", | ||
84 | + "connector": "mysql" | ||
85 | + }, | ||
86 | + "thespecialdress_wp": { | ||
87 | + "host": "server8.sourcecode.co.th", | ||
88 | + "port": 3306, | ||
89 | + "url": "", | ||
90 | + "database": "thespecialdress_wp", | ||
91 | + "password": "gAUmK7Jcvq4F7CUs", | ||
92 | + "name": "thespecialdress_wp", | ||
93 | + "user": "npm_tsdwp", | ||
94 | + "connector": "mysql" | ||
95 | + }, | ||
96 | + "vtigercrm510": { | ||
97 | + "host": "server8.sourcecode.co.th", | ||
98 | + "port": 3306, | ||
99 | + "url": "", | ||
100 | + "database": "vtigercrm510", | ||
101 | + "password": "X6UUfWM8GJEPBzv3", | ||
102 | + "name": "vtigercrm510", | ||
103 | + "user": "npm_vtiger", | ||
24 | "connector": "mysql" | 104 | "connector": "mysql" |
25 | } | 105 | } |
26 | } | 106 | } |
107 | + |