-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
26 lines (21 loc) · 997 Bytes
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"project_type": ["apiserver", "frontend", "helmchart", "ingress", "behaviour", "calculator", "other"],
"project_name": "",
"repo_name": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('_', '-') }}-{{ cookiecutter.project_type.lower().replace(' ', '-').replace('_', '-') }}",
"project_short_description": "{{ cookiecutter.repo_name.replace('-', ' ') }} for VedaLabs.",
"version": "0.1.0",
"framework": ["python-flask", "node.js", "other"],
"use_alipine_base": ["y","n"],
"port": "8000",
"host_name": "api.vedalabs.in",
"version_control": ["bitbucket"],
"git_username": "ashutoshdtu",
"full_name": "Ashutosh Mishra",
"email": "[email protected]",
"git_organization": "macherlabs",
"organization_name": "VedaLabs",
"organization_website": "https://vedalabs.in",
"docker_registry": "macherlabs.azurecr.io",
"build_system": ["drone"],
"build_system_url": "https://drone.vedalabs.in"
}