-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cruft.json
62 lines (62 loc) · 2.19 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
59
60
61
62
{
"template": "https://github.com/reef-technologies/cookiecutter-rt-django",
"commit": "daf2b9134a82ea72965059552985fd9f49682b16",
"checkout": null,
"context": {
"cookiecutter": {
"repostory_name": "auto-validator",
"project_short_description": "Bittensor Auto-validator initative",
"django_project_name": "auto_validator",
"django_default_app_name": "core",
"monitoring": "n",
"monitor_view_execution_time_in_djagno": "y",
"monitor_tcpstat": "y",
"log_aggregating": "n",
"log_aggregator_url": "https://loki.reef.pl",
"postgres_user": "postgres",
"use_celery": "y",
"use_flower": "n",
"use_fingerprinting": "y",
"use_channels": "n",
"use_allauth": "n",
"allauth_trust_external_emails": "y",
"allauth_providers": "google",
"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": "auto-validator",
"aws_infra_bucket": "auto-validator-uwzlzz",
"aws_region": "us-east-1",
"aws_ami_image": "*ubuntu-noble-24.04-amd64-minimal-*",
"aws_ami_image_owner": "099720109477",
"aws_base_domain_name": "autovalidator.bactensor.io",
"aws_domain_name": "api.autovalidator.bactensor.io",
"aws_staging_domain_name": "staging.api.autovalidator.bactensor.io",
"aws_ec2_ssh_key": "",
"ci_use_linter": "y",
"ci_use_spellchecker": "y",
"_template": "https://github.com/reef-technologies/cookiecutter-rt-django"
}
},
"directory": null
}