daily pastebin goal
92%
SHARE
TWEET

/etc/candlepin/candlepin.conf

a guest Jul 30th, 2015 225 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # WARNING: THIS CONFIGURATION WAS GENERATED BY KATELLO-CONFIGURE TOOL,
  3. # CHANGES WILL LIKELY BE OVERWRITTEN.
  4. #
  5.  
  6. candlepin.consumer_system_name_pattern = .+
  7. candlepin.environment_content_filtering=true
  8. candlepin.auth.basic.enable = false
  9. candlepin.auth.trusted.enable = false
  10. candlepin.enable_cert_v3=true
  11. candlepin.export.prefix.weburl=https://foreman.rhel7.local//katello/distributors?uuid=
  12. candlepin.export.prefix.apiurl=https://foreman.rhel7.local//katello/api/distributors/
  13. # enable events via AMQP
  14. candlepin.amqp.enable=true
  15. candlepin.amqp.connect=tcp://foreman.rhel7.local:5671?ssl='true'&ssl_cert_alias='amqp-client'
  16. candlepin.amqp.keystore_password=***************
  17. candlepin.amqp.truststore_password=***************
  18.  
  19. module.config.adapter_module=org.candlepin.katello.KatelloModule
  20. candlepin.auth.oauth.enable = true
  21. candlepin.auth.oauth.consumer.katello.secret = ***************
  22. candlepin.crl.file = /var/lib/candlepin/candlepin-crl.crl
  23.  
  24. candlepin.ca_key = /etc/pki/katello/private/katello-default-ca.key
  25. candlepin.ca_cert = /etc/pki/katello/certs/katello-default-ca-stripped.crt
  26. jpa.config.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  27. jpa.config.hibernate.connection.driver_class=org.postgresql.Driver
  28. jpa.config.hibernate.connection.url=jdbc:postgresql://localhost:5432/candlepin
  29. jpa.config.hibernate.hbm2ddl.auto=validate
  30. jpa.config.hibernate.connection.username=candlepin
  31. jpa.config.hibernate.connection.password=***************
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top