Project

General

Profile

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

# the location where katello is installed
#KATELLO_HOME=/usr/share/katello

# the location where katello has data
#KATELLO_DATA_DIR=/var/lib/katello

# the prefix added as part of the base path for accessing
# the katello web application (e.g. http://0.0.0.0/katello)
KATELLO_PREFIX=/<%= scope.lookupvar("katello::params::deployment_url") %>

# the port which katello web server is running at
# note that if the katello user is not root, it has to be a > 1024
#KATELLO_PORT=3000

# the group which runs the web interface
#KATELLO_GROUP=katello

# the user which runs the web interface
#KATELLO_USER=katello

# the rails environment in which katello runs
# (please note the only supported setting is "production")
#KATELLO_ENV=production

# rails logging level (debug, info, warn, error, and fatal)
#KATELLO_LOGGING=warn

# rails sql logging level (only for development purposes)
#KATELLO_LOGGING_SQL=fatal

# number of katello-job service background workers
KATELLO_JOB_WORKERS=<%= scope.lookupvar("katello::params::job_workers") %>

# additional katello-job service options for delayed_jobs
#KATELLO_JOB_PARAMS=-m -p katello

# configuration for bundler_ext
#BUNDLER_EXT_NOSTRICT=1
    (1-1/1)