Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hyunjong
2019-05-19 14:01:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a74f4ebee2086329ed5e6c6fd9d61d69a77269c2
a74f4ebe
1 parent
1e3b6024
port changed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
app.js
app.js
View file @
a74f4eb
...
...
@@ -44,7 +44,7 @@ connection = mysql.createConnection({
host
:
'localhost'
,
user
:
'root'
,
password
:
'password'
,
port
:
3306
,
port
:
9000
,
database
:
'YTMT'
});
...
...
@@ -81,6 +81,5 @@ app.use(function(err, req, res, next) {
res
.
render
(
'error'
);
});
var
server
=
app
.
listen
(
3
000
);
var
server
=
app
.
listen
(
9
000
);
module
.
exports
=
app
;
...
...
Please
register
or
login
to post a comment