appsettings.json 569 B

12345678910111213141516
  1. {
  2. "App": {
  3. "CorsOrigins": "http://localhost:9527"
  4. },
  5. "ConnectionStrings": {
  6. //"Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;",
  7. //"Default": "Server=localhost;Database=dopbiz;Uid=root; Pwd=1234;Allow User Variables=True;sslMode=None;Persist Security Info=true;",
  8. "Default": "server=(local);database=dopbiz;user=sa;pwd=Cheng123;Persist Security Info=true;"
  9. },
  10. "Redis": {
  11. "Configuration": "192.168.1.191"
  12. },
  13. "AuthServer": {
  14. "Authority": "http://localhost:53362"
  15. }
  16. }