Blame view

server/datasources.json 464 Bytes
cf8b0fb9   Nung Poti   template master
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "db": {
    "name": "db",
    "connector": "memory"
  },
  "mongodb": {
    "host": "",
    "port": 0,
    "url": "",
    "database": "mongodb",
    "password": "",
    "name": "mongodb",
    "user": "",
    "connector": "mongodb"
  },
cf8b0fb9   Nung Poti   template master
16
17
18
19
20
  "radius": {
    "host": "server8.sourcecode.co.th",
    "port": 3306,
    "url": "",
    "database": "radius",
f296ec68   Nung Poti   อัพ datasource
21
    "password": "6Ar6H94hMvGqJmaD",
cf8b0fb9   Nung Poti   template master
22
    "name": "radius",
f296ec68   Nung Poti   อัพ datasource
23
24
    "user": "radius",
    "connector": "mysql"
cf8b0fb9   Nung Poti   template master
25
26
  }
}