tripleo-ui/config/tripleo_ui_config.js.sample

28 lines
803 B
Plaintext

window.tripleOUiConfig = {
// Service URLs (defaults to UI host)
//
// A valid Keystone service URL is required. The other endpoints
// will then be obtained automatically from the Keystone catalog.
//
// 'keystone': 'http://192.0.2.1:5000/v3',
//
// 'heat': 'http://192.0.2.1:8004/v1/%(project_id)s',
// 'ironic': 'http://192.0.2.1:6385',
// 'mistral': 'http://192.0.2.1:8989/v2',
// 'swift': 'http://192.0.2.1:8080/v1/AUTH_%(project_id)s',
// 'zaqar-websocket': 'ws://192.0.2.1:9000',
// Default websocket queue name
// 'zaqar_default_queue': 'tripleo',
// Languages
//
// By default, all available languages are enabled. Use this setting to
// disable certain languages.
//
// 'excludedLanguages': ['de', 'ja'],
// Logging
// 'loggers': ['console']
};