appsettings.json 634 B

123456789101112131415161718192021222324
  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. "Default": "Server=123.60.181.157;Database=dopbiz;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True"
  11. },
  12. "ElasticSearch": {
  13. "Url": "http://localhost:9200"
  14. },
  15. "Redis": {
  16. "Configuration": "127.0.0.1"
  17. },
  18. "Logging": {
  19. "LogLevel": {
  20. "Default": "Warning"
  21. }
  22. },
  23. "AllowedHosts": "*"
  24. }