-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.cruft.json
33 lines (33 loc) · 1.14 KB
/
.cruft.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
27
28
29
30
31
32
33
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "94513c0c679a5809e0b80787e3b9a340a10a6450",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "azure",
"python_version": "3.12",
"project_backend": "flask",
"db_resource": "postgres-flexible",
"project_host": "appservice",
"web_port": "8000",
"__repo_name": "azure-flask-postgres-flexible-appservice",
"__src_folder_name": "azure-flask-postgres-flexible-appservice",
"__project_short_description": "Create a relecloud demo application with flask and postgres-flexible",
"_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
}