forked from Azure-Samples/azure-fastapi-cosmos-postgres-aca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
32 lines (32 loc) · 1.04 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
{
"template": "https://github.com/kjaymiller/cookiecutter-relecloud/",
"commit": "c1d81947006a8e4ac7915b5fcc92d385aa57735a",
"checkout": "main",
"context": {
"cookiecutter": {
"project_name": "azure",
"project_backend": "fastapi",
"db_resource": "cosmos-postgres",
"project_host": "aca",
"web_port": "8000",
"__repo_name": "azure-fastapi-cosmos-postgres-aca",
"__src_folder_name": "azure_fastapi_cosmos_postgres_aca",
"__project_short_description": "Create a relecloud demo application with fastapi and cosmos-postgres",
"_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/kjaymiller/cookiecutter-relecloud/"
}
},
"directory": null
}