valid_config_auth_no_default.json 265 B

1234567891011121314151617181920
  1. {
  2. "signing": {
  3. "profiles": {
  4. "CA": {
  5. "auth_key": "garbage",
  6. "remote": "localhost"
  7. }
  8. }
  9. },
  10. "auth_keys": {
  11. "garbage": {
  12. "type":"standard",
  13. "key":"0123456789ABCDEF0123456789ABCDEF"
  14. }
  15. },
  16. "remotes": {
  17. "localhost": "127.0.0.1:8888"
  18. }
  19. }