后台服务
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
722 B

  1. {
  2. "groups": [
  3. {
  4. "name": "aws",
  5. "type": "com.iformall.config.AwsProperty",
  6. "sourceType": "com.iformall.config.AwsProperty"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "aws.access",
  12. "type": "java.lang.String",
  13. "sourceType": "com.iformall.config.AwsProperty"
  14. },
  15. {
  16. "name": "aws.bucket-name",
  17. "type": "java.lang.String",
  18. "sourceType": "com.iformall.config.AwsProperty"
  19. },
  20. {
  21. "name": "aws.client-region",
  22. "type": "java.lang.String",
  23. "sourceType": "com.iformall.config.AwsProperty"
  24. },
  25. {
  26. "name": "aws.secret",
  27. "type": "java.lang.String",
  28. "sourceType": "com.iformall.config.AwsProperty"
  29. }
  30. ],
  31. "hints": []
  32. }