GITLAB

Nattapon Wongpaet / Hospital

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • hospital
  • app.config.json
  • 49559b6c   merge Browse Code ยป
    sumatek
    2018-10-16 14:18:45 +0700  
app.config.json 267 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "default": {
    "appName": "Hostpital service",
    "appPort": 3000,
    "apiUrlPrefix": "/api",
    "requestTimeout": 10,
    "mongoDB" : {
      "hopitalIp" : "10.1.2.155:27017",
      "hopitalName" : "spw"
    }     
    
    
    
  },
  "dev": {
   
  }
}