-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.cruft.json
More file actions
33 lines (33 loc) · 1.11 KB
/
.cruft.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
27
28
29
30
31
32
33
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "c42d321447be3f0cc52335d502c655fac4a28fbc",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "azure",
"python_version": "3.12",
"project_backend": "flask",
"db_resource": "cosmos-mongodb",
"project_host": "aca",
"web_port": "8000",
"__repo_name": "azure-flask-cosmos-mongodb-aca",
"__src_folder_name": "azure-flask-cosmos-mongodb-aca",
"__project_short_description": "Create a relecloud demo application with flask and cosmos-mongodb",
"_copy_without_render": [
".github/workflows/azure-dev.yml",
".github/workflows/cruft.yml",
".github/workflows/devcontainer-ci.yml",
".github/workflows/format.yml"
],
"_extensions": [
"extensions.GetUrlForBackend"
],
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator"
}
},
"directory": null
}