almanach/etc/almanach/almanach.docker.conf

82 lines
1.3 KiB
Plaintext

[DEFAULT]
[api]
#
# From almanach
#
# IP address to listen on (IP address value)
bind_ip = 0.0.0.0
# TCP port number to listen on (port value)
# Minimum value: 0
# Maximum value: 65535
bind_port = 8000
[auth]
#
# From almanach
#
# Authentication driver for the API (string value)
#strategy = private_key
# Private key for private key authentication (string value)
#private_key = secret
# Keystone service username (string value)
#keystone_username = <None>
# Keystone service password (string value)
#keystone_password = <None>
# Keystone URL (string value)
#keystone_url = http://keystone_url:5000/v2.0
[collector]
#
# From almanach
#
# RabbitMQ connection URL (string value)
transport_url = rabbit://guest:guest@messaging:5672
# Maximal number of message retries (integer value)
max_retries = 5
# Delay in seconds between retries
retry_delay = 10
[database]
#
# From almanach
#
# Database driver (string value)
#driver = mongodb
# Database connection URL (string value)
connection_url = mongodb://database:27017/almanach
[resources]
#
# From almanach
#
# Volume existence threshold (integer value)
#volume_existence_threshold = 60
# DEPRECATED: Metadata to include in entity (string value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
device_metadata_whitelist = metering.billing_mode