Sha256: a515133be024b2de471552e27fd6ba7ff09b2c009bc50b9f0befb0aa9902f48a
Contents?: true
Size: 1018 Bytes
Versions: 12
Compression:
Stored size: 1018 Bytes
Contents
# Deltacloud API configuration # http://deltacloud.org # Environment under which to run deltacloud-core (default: production) #API_ENV="production" # Default driver to be used (mock). # NOTE: Some drivers require some additional gems to be installed. # Please refer to http://deltacloud.org to see what gems are needed for specific # drivers #DRIVER="mock" # Port where deltacloud core will listen (default: localhost) # You should be able to access Deltacloud API on http://localhost:PORT/api #PORT="3002" # Bind to HOST address (default: localhost) # You can use both IP address or hostname; use 0.0.0.0 to bind to all addresses #HOST="localhost" # Default user that deltacloud core will be run under (default: nobody) #DELTACLOUD_USER="nobody" # Default log file for deltacloud-core (default: /var/log/deltacloud-core/$DRIVER.log) #LOGFILE="/var/log/deltacloud-core/$DRIVER.log" # Default lock file for deltacloud-core (default: /var/lock/subsys/deltacloud-core) #LOCKFILE="/var/lock/subsys/deltacloud-core"
Version data entries
12 entries across 12 versions & 1 rubygems