Project

General

Profile

Download (1.01 KB) Statistics
| Branch: | Tag: | Revision:
#
# WARNING: THIS CONFIGURATION WAS GENERATED BY KATELLO-CONFIGURE TOOL,
# CHANGES WILL LIKELY BE OVERWRITTEN.
#

jpa.config.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
jpa.config.hibernate.connection.driver_class=org.postgresql.Driver
jpa.config.hibernate.connection.url=jdbc:postgresql:<%= @db_name %>
jpa.config.hibernate.hbm2ddl.auto=validate
jpa.config.hibernate.connection.username=<%= @db_user %>
jpa.config.hibernate.connection.password=<%= @db_password %>
candlepin.consumer_system_name_pattern = .+
candlepin.environment_content_filtering=<%= @env_filtering_enabled %>
candlepin.auth.basic.enable = false
candlepin.auth.trusted.enable = false
candlepin.enable_cert_v3=true
candlepin.export.prefix.weburl=<%= @weburl %>
candlepin.export.prefix.apiurl=<%= @apiurl %>

<% if @oauth_key != "" -%>
module.config.katello=org.candlepin.katello.KatelloModule
candlepin.auth.oauth.enable = true
candlepin.auth.oauth.consumer.<%= @oauth_key %>.secret = <%= @oauth_secret %>
candlepin.crl.file = <%= @crl_file %>
<%- end -%>
    (1-1/1)