| 1234567891011121314151617181920212223 |
- {
- "AuthServer": {
- "Authority": "http://localhost:53362"
- },
- "App": {
- "CorsOrigins": "http://localhost:9527,http://localhost:44307"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
- },
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|