| 1234567891011121314151617181920212223242526272829 |
- {
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True"
- },
- "CorsOrigins": "http://localhost:9527,http://localhost:44307",
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "RabbitMQ": {
- "Connections": {
- "Default": {
- "HostName": "localhost"
- }
- },
- "EventBus": {
- "ClientName": "MsDemo_AuthServer",
- "ExchangeName": "MsDemo"
- }
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|