| 123456789101112131415161718192021222324 |
- {
- "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;"
- "Default": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5heng)uN;Trusted_Connection=false;TrustServerCertificate=True"
- },
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|