config.json 228 B

123456789101112
  1. {
  2. "hardDiskdataBase":{
  3. "ip": "127.0.0.1",
  4. "username": "root",
  5. "password": "R.!a@O&t9CjweWLSTr",
  6. "dataBaseName": "centralized_control_db"
  7. },
  8. "memoryDatabase": {
  9. "ip": "127.0.0.1",
  10. "port": 6379
  11. }
  12. }