appsettings.Test.json 393 B

123456789101112
  1. {
  2. "ConnectionStrings": {
  3. "Hotline": "PORT=5432;DATABASE=hotline_test;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
  4. //"Hotline1": "PORT=5432;DATABASE=hotline_dev;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;"
  5. },
  6. "Cache": {
  7. "Host": "110.188.24.182",
  8. "Port": 50179,
  9. "Password": "fengwo123!$!$",
  10. "Database": 2 //hotline:3, dev:5, test:2, demo:4
  11. }
  12. }