{

"base_name": "<%=@base_image_name%>",
"author": "<%=@author%>",
"docker_repo": "<%=@docker_repo_url%>",
"image_name": "<%=@service_image_name%>",
"service_name": "<%=@service_name%>",
"debug_yml": "docker/docker-compose.debug.yml",
"prod_yml": "docker/docker-compose.yml",
"docker_file": "docker/Dockerfile",
"docker_parse": "docker/.docker_parse.json",
"test_command": "bundle exec rspec --format documentation",
"up_command": "bundle exec rails s -b 0.0.0.0",
"lint_command": "rubocop -a",
"shell_command": "/bin/bash",
"package_command": "bundle package",
"db_type": "<%=@db_type%>"

}