Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

server_config.json 249B

123456789
  1. {
  2. "dbConn": "mongodb://om:aeg1phuKeDaixese@127.0.0.1:27017/om",
  3. "dbLocalConn": "mongodb://localhost:27017/omdb",
  4. "dbUser": "om",
  5. "dbPwd": "aeg1phuKeDaixese",
  6. "initialReservedTime": 120,
  7. "httpPort": 8013,
  8. "httpsPort": 8889
  9. }