config.yaml.example 235 B

12345678910111213141516171819
  1. ---
  2. neo4j:
  3. :host: localhost
  4. :port: 7474
  5. accounts:
  6. - :name: test
  7. :key: test_key
  8. :secret: test_secret
  9. tag_policy:
  10. - :required:
  11. - Application
  12. - Owner
  13. - Environment
  14. - :recommended:
  15. - Product
  16. - Name