Built motion from commit 22bc4a4.|0.0.16
[motion.git] / server / config / environment / dbconf.json
1 {
2   "development": {
3     "host": "localhost",
4     "port": 3306,
5     "database": "motion",
6     "username": "xcall",
7     "password": "xC@LL1234",
8     "dialect": "mysql"
9   },
10   "test": {
11     "host": "localhost",
12     "port": 3306,
13     "database": "motion",
14     "username": "xcall",
15     "password": "xC@LL1234",
16     "dialect": "mysql"
17   },
18   "production": {
19     "host": "localhost",
20     "port": 3306,
21     "database": "motion",
22     "username": "xcall",
23     "password": "xC@LL1234",
24     "dialect": "mysql"
25   }
26 }