Advertisement
Guest User

config

a guest
Feb 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.22 KB | None | 0 0
  1. {
  2.     "mysql": {
  3.         "hostname": "localhost",
  4.         "username": "cvm_admin",
  5.         "password": "password",
  6.         "database": "pm",
  7.         "port": 3306
  8.     },
  9.     "service": {
  10.         "http": 3000
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement