| # S3 Configuration | |
| # This configuration should not be kept together with the source code in production. | |
| # Bucket (referenced in the routes) | |
| api.bucket=camel-k | |
| # Minio information injected into the MinioCustomizer | |
| minio.endpoint=http://minio:9000 | |
| minio.access-key=minio | |
| minio.secret-key=minio123 | |
| # General configuration | |
| camel.context.rest-configuration.api-context-path=/openapi.json |