appsettings.json 504 B

1234567891011121314151617181920212223
  1. {
  2. "AuthServer": {
  3. "Authority": "http://localhost:53362"
  4. },
  5. "App": {
  6. "CorsOrigins": "http://localhost:9527,http://localhost:44307"
  7. },
  8. "ConnectionStrings": {
  9. "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
  10. },
  11. "ElasticSearch": {
  12. "Url": "http://localhost:9200"
  13. },
  14. "Redis": {
  15. "Configuration": "127.0.0.1"
  16. },
  17. "Logging": {
  18. "LogLevel": {
  19. "Default": "Warning"
  20. }
  21. },
  22. "AllowedHosts": "*"
  23. }