• This project
    • Loading...
  • Sign in

정승호 / Hexa_for_you_renewal

%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 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Hexa_for_you_renewal
  • config
  • key.js
  • 정승호's avatar
    MongoDb 암호 숨김 · e82997b0
    e82997b0
    정승호 authored 2020-05-22 20:18:09 +0900
key.js 128 Bytes
Raw Blame History Permalink
1 2 3 4 5
if(process.env.NODE_ENV=== 'production'){
    module.exports = require('./prod')
} else{
    module.exports = require('./dev')
}