-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
30 lines (30 loc) · 1.01 KB
/
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
27
28
29
30
{
"template": "https://github.com/hypothesis/cookiecutters",
"directory": "pyramid-app",
"ignore": ["test_pyramid_app/templates/.gitkeep"],
"extra_context": {
"name": "Pyramid App Cookiecutter Test",
"package_name": "test_pyramid_app",
"slug": "test-pyramid-app",
"short_description": "A test app for our pyramid-app cookiecutter.",
"python_version": "3.11.9",
"port": "9800",
"github_owner": "hypothesis",
"copyright_holder": "Hypothesis",
"visibility": "private",
"dependabot_pip_interval": "monthly",
"dependabot_npm_interval": "monthly",
"dependabot_docker_interval": "monthly",
"__github_url": "https://github.com/hypothesis/test-pyramid-app",
"docker": "yes",
"__docker_namespace": "hypothesis",
"__docker_network": "test-pyramid-app_default",
"postgres": "yes",
"frontend": "no",
"__postgres_port": "5438",
"__postgres_version": "11.5-alpine",
"__frontend_typechecking": "no",
"__copyright_year": "2022",
"devdata": "yes"
}
}