| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "config": {
- "_comment": "Add any `config.js` property here to override it.",
- "disabledPages": [
- "planning",
- "users",
- "projects"
- ],
- "servicesUrls": {
- "keystone": "{BASE_URL}/identity",
- "barbican": "{BASE_URL}/barbican",
- "coriolis": "{BASE_URL}/coriolis",
- "coriolisLogs": "{BASE_URL}/logs",
- "coriolisLogStreamBaseUrl": "{BASE_URL}",
- "coriolisLicensing": "{BASE_URL}/licensing"
- }
- },
- "providers": {
- "openstack": {
- "logos": {
- "height32": {
- "_comment": "As seen in Wizard page breadcrumbs and Replicas page list item.",
- "path": "/tmp/logos/logo.svg"
- },
- "height32white": {
- "_comment": "As seen in Dashboard page, Top Endpoints chart tooltip.",
- "path": "/tmp/logos/logo-white.svg"
- },
- "height42": {
- "_comment": "As seen in Endpoints page list item.",
- "path": "/tmp/logos/logo.svg"
- },
- "height64": {
- "_comment": "As seen in Replica Details page and Endpoint Details page.",
- "path": "/tmp/logos/logo.svg"
- },
- "height128": {
- "_comment": "As seen in New Endpoint modal and Wizard endpoint selection page.",
- "path": "/tmp/logos/logo.svg"
- },
- "height128disabled": {
- "_comment": "As seen in Wizard endpoint selection page when there's no endpoint for that provider.",
- "path": "/tmp/logos/logo-disabled.svg"
- }
- }
- },
- "oci": {
- "_comment": "Specifying all heights is not required, it will scale to the closest one provided. If there's a no height properties in 'logos', the logo will be scaled to all heights",
- "logos": {
- "default": {
- "path": "/tmp/logos/one-logo.svg"
- },
- "disabled": {
- "path": "/tmp/logos/one-logo-disabled.svg"
- }
- }
- }
- }
- }
|