Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박정인
/
opensource
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
박정인
2017-12-06 21:37:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db6b518923a9f2d410277e0e60787e6f67945be9
db6b5189
1 parent
26af7d48
cnf.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
cnf.js
cnf.js
0 → 100644
View file @
db6b518
module
.
exports
=
{
AWSMYSQL
:
{
connectionLimit
:
50
,
host
:
'localhost'
,
user
:
'root'
,
password
:
'autoset'
,
database
:
'stores1'
/*접근할 DB 이름*/
}
}
Please
register
or
login
to post a comment