appsettings.Production.json 738 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "NacosConfig": {
  10. "Listeners": [
  11. {
  12. "Optional": false,
  13. "DataId": "omega.json",
  14. "Group": "DEFAULT"
  15. }
  16. ],
  17. "Namespace": "339bcaf8-9462-46f9-befb-d41685bc1b57",
  18. "ServerAddresses": [ "http://mse-5b5bdbb13-nacos-ans.mse.aliyuncs.com:8848" ],
  19. "ServiceName": "omega_gateway",
  20. "GroupName": "DEFAULT",
  21. "Ip": "",
  22. "Port": "8000",
  23. "ConfigUseRpc": false,
  24. "NamingUseRpc": false,
  25. "RegisterEnabled": true,
  26. "InstanceEnabled": true,
  27. "AccessKey": "LTAI5tGz7HZL5VDwS15JRnGt",
  28. "SecretKey": "Z9vJsClwE0aCD2mLERJWYxXhfaUi8Q"
  29. }
  30. }