Sha256: f3f4ba5a1fd06bb69a3b63db28395be30802b306481330372db9ecfe18f3cfa0
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
--- application_name: '<%= application_name %>' namespace: '<%= namespace %>' generator_name: 'minke-generator-swift' docker_registry: url: <%= ENV['DOCKER_REGISTRY_URL'] %> user: <%= ENV['DOCKER_REGISTRY_USER'] %> password: <%= ENV['DOCKER_REGISTRY_PASS'] %> email: <%= ENV['DOCKER_REGISTRY_EMAIL'] %> namespace: <%= ENV['DOCKER_NAMESPACE'] %> docker: application_docker_file: './dockerfile/<%= application_name %>/' application_compose_file: './dockercompose/<%= application_name %>/docker-compose.yml' fetch: enabled: true test: enabled: true build: post: copy: - from: '../src/.build/debug/<%= application_name %>App' to: './dockerfile/<%= application_name %>' - from: './swagger_spec/swagger.yml' to: './dockerfile/<%= application_name %>/swagger_spec' run: pre: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: private cucumber: pre: consul_loader: config_file: './consul_keys.yml' url: address: consul port: 8500 type: private health_check: address: <%= application_name %> port: 8090 path: /v1/health type: private
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minke-generator-swift-0.1.0 | lib/generators/swift/scaffold/_build/config.yml.erb |