• This project
    • Loading...
  • Sign in

2019-1-OpenSourceSW / 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
  • lib
  • keys
  • db_option
  • Ubuntu's avatar
    setting aws and correct config · 5ad9a55d
    5ad9a55d
    Ubuntu authored 2019-05-21 14:20:10 +0000
db_option 115 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
module.exports = {
	host: 'localhost',
	user: 'root',
	password: 'rkdud0520',
	port: 3306,
	database: 'weather'
};