-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
58 lines (58 loc) · 2.08 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"template": "https://github.com/reef-technologies/cookiecutter-rt-django",
"commit": "d96b8831f0c631f4110672464dd763fc2a68e849",
"checkout": null,
"context": {
"cookiecutter": {
"repostory_name": "facilitator",
"project_short_description": "ComputeHorde app facilitating interaction between end users and Validators",
"django_project_name": "project",
"django_default_app_name": "core",
"monitoring": "y",
"monitor_view_execution_time_in_djagno": "y",
"monitor_tcpstat": "y",
"log_aggregating": "y",
"log_aggregator_url": "https://loki.reef.pl",
"postgres_user": "postgres",
"use_celery": "y",
"use_flower": "y",
"use_fingerprinting": "y",
"sentry_dsn": "",
"csp_enabled": "n",
"csp_report_only": "y",
"csp_report_url": "",
"csp_default_src": "'none'",
"csp_script_src": "'self'",
"csp_style_src": "'self'",
"csp_font_src": "'self'",
"csp_img_src": "'self'",
"csp_media_src": "'self'",
"csp_object_src": "'self'",
"csp_frame_src": "'self'",
"csp_connect_src": "'self'",
"csp_child_src": "'self'",
"csp_manifest_src": "'self'",
"csp_worker_src": "'self'",
"csp_block_all_mixed_content": "y",
"csp_exclude_url_prefixes": "",
"nginx_redirect_www_prefix": "y",
"nginx_compression_enabled": "n",
"nginx_tls_early_data_enabled": "n",
"use_alpine_linux": "n",
"aws_use_packer": "n",
"aws_project_name": "facilitator",
"aws_infra_bucket": "facilitator-ktmxaj",
"aws_region": "us-east-1",
"aws_ami_image": "*ubuntu-focal-20.04-amd64-minimal-*",
"aws_ami_image_owner": "099720109477",
"aws_base_domain_name": "facilitator.computehorde.io",
"aws_domain_name": "facilitator.computehorde.io",
"aws_staging_domain_name": "staging.facilitator.computehorde.io",
"aws_ec2_ssh_key": "",
"ci_use_linter": "y",
"ci_use_spellchecker": "n",
"_template": "https://github.com/reef-technologies/cookiecutter-rt-django"
}
},
"directory": null
}