appsettings.json 330 B

1234567891011121314
  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. },
  8. "Redis": {
  9. "Configuration": "192.168.1.191"
  10. },
  11. "AuthServer": {
  12. "Authority": "http://localhost:53362"
  13. }
  14. }