• This project
    • Loading...
  • Sign in

박정인 / opensource

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • opensource
  • cnf.js
  • 박정인's avatar
    cnf.js · db6b5189
    db6b5189
    박정인 authored 2017-12-06 21:37:06 +0900
cnf.js 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
module.exports = {
    AWSMYSQL: {
        connectionLimit : 50,
        host            : 'localhost',
        user            : 'root',
        password        : 'autoset',
        database        : 'stores1'/*접근할 DB 이름*/
    }
}