object-server-config.yml 287 B

123456789101112131415
  1. storage:
  2. root_path: 'root_dir'
  3. auth:
  4. public_key_path: 'keys/token-signature.pub'
  5. private_key_path: 'keys/token-signature.key'
  6. sync_hosts:
  7. - 'localhost:9080'
  8. providers:
  9. password:
  10. iterations: 1
  11. proxy:
  12. http:
  13. listen_address: '::'
  14. enterprise:
  15. skip_setup: true