김주희

Merge branch 'trafficSocket' to master

1 module.exports = { 1 module.exports = {
2 - key = "XOLqI9tY4gVCdk1i2BoOM3EYmSUYqt8WlXUfIDSfD4RnNBrFwwthbNAtGOxoskP540JbUAzcnuABsydoE2U2dA%3D%3D" 2 + key: "aaaa"
3 } 3 }
......
...@@ -2,5 +2,5 @@ module.exports = { ...@@ -2,5 +2,5 @@ module.exports = {
2 host: 'localhost', 2 host: 'localhost',
3 user: 'root', 3 user: 'root',
4 password: 'abcd', 4 password: 'abcd',
5 - database: 'db_option_trafficinfo' 5 + database: 'db_option_traffic'
6 } 6 }
...\ No newline at end of file ...\ No newline at end of file
......