• This project
    • Loading...
  • Sign in

kkl / Probability Death

%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
  • ProbabilityDeath
  • express-mysql
  • db_option.js
  • 이승규's avatar
    node, mysql connection test · 3c915d88
    3c915d88 Browse Files
    이승규 authored 2019-05-22 17:52:47 +0900
db_option.js 135 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
module.exporst = {
  host     : 'localhost',
  user     : 'root',
  password : 'Dltgld55%%',
  port     : 3306,
  database : 'my_db'
};