enabled-features.json131 lines · main
1{
2 "$schema": "./enabled-features.schema.json",
3
4 "account:show_security_settings": true,
5
6 "ai:opt_in_level_disabled": true,
7 "ai:opt_in_level_schema": true,
8 "ai:opt_in_level_schema_and_log": true,
9 "ai:opt_in_level_schema_and_log_and_data": true,
10
11 "authentication:sign_in_providers": true,
12 "authentication:third_party_auth": true,
13 "authentication:rate_limits": true,
14 "authentication:emails": true,
15 "authentication:multi_factor": true,
16 "authentication:attack_protection": true,
17 "authentication:performance": true,
18
19 "authentication:show_email_phone_columns": true,
20 "authentication:show_manual_linking": true,
21 "authentication:show_provider_filter": true,
22 "authentication:show_providers": true,
23 "authentication:show_custom_providers": true,
24 "authentication:show_send_invitation": true,
25 "authentication:show_sort_by_email": true,
26 "authentication:show_sort_by_phone": true,
27 "authentication:show_user_type_filter": true,
28
29 "billing:all": true,
30
31 "branding:large_logo": false,
32
33 "cli:disable_custom_profiles": true,
34
35 "dashboard_auth:sign_up": true,
36 "dashboard_auth:sign_in_with_github": true,
37 "dashboard_auth:sign_in_with_sso": true,
38 "dashboard_auth:sign_in_with_email": true,
39 "dashboard_auth:show_testimonial": true,
40 "dashboard_auth:show_tos": true,
41
42 "database:replication": true,
43 "database:roles": true,
44 "database:restore_to_new_project": true,
45 "database:network_restrictions": true,
46
47 "docs:auth_architecture": true,
48 "docs:auth_configuration": true,
49 "docs:auth_flows": true,
50 "docs:auth_full_security": true,
51 "docs:auth_troubleshooting": true,
52 "docs:compliance": true,
53 "docs:contribution": true,
54 "docs:fdw": true,
55 "docs:footer": true,
56 "docs:navigation_dropdown_links_home": true,
57 "docs:self-hosting": true,
58 "docs:framework_quickstarts": true,
59 "docs:full_getting_started": true,
60 "docs:full_platform": true,
61 "docs:hide_cli_profiles": true,
62 "docs:local_development": true,
63 "docs:mobile_tutorials": true,
64 "docs:pgtap": true,
65 "docs:production_checklist": true,
66 "docs:web_apps": true,
67
68 "edge_functions:show_stripe_example": true,
69 "edge_functions:show_all_edge_function_invocation_examples": true,
70
71 "feedback:docs": true,
72
73 "integrations:partners": true,
74 "integrations:wrappers": true,
75 "integrations:vercel": true,
76 "integrations:aws_private_link": true,
77
78 "infrastructure:read_replicas": true,
79
80 "logs:all": true,
81 "logs:templates": true,
82 "logs:collections": true,
83 "logs:metadata": true,
84 "logs:show_metadata_ip_template": true,
85
86 "organization:show_sso_settings": true,
87 "organization:show_security_settings": true,
88 "organization:show_legal_documents": true,
89
90 "profile:show_email": true,
91 "profile:show_information": true,
92 "profile:show_analytics_and_marketing": true,
93 "profile:show_account_deletion": true,
94
95 "project_connection:show_app_frameworks": true,
96 "project_connection:show_mobile_frameworks": true,
97 "project_connection:show_orms": true,
98
99 "project_creation:show_advanced_config": true,
100
101 "project_homepage:show_instance_size": true,
102 "project_homepage:show_examples": true,
103
104 "project_addons:dedicated_ipv4_address": true,
105 "project_addons:show_compute_price": true,
106
107 "project_settings:custom_domains": true,
108 "project_settings:show_disable_legacy_api_keys": true,
109 "project_settings:legacy_jwt_keys": true,
110 "project_settings:log_drains": true,
111 "project_settings:database_upgrades": true,
112 "project_settings:restart_project": true,
113
114 "quickstarts:hide_nimbus": true,
115
116 "reports:all": true,
117
118 "sdk:auth": true,
119 "sdk:csharp": true,
120 "sdk:dart": true,
121 "sdk:kotlin": true,
122 "sdk:python": true,
123 "sdk:swift": true,
124
125 "storage:analytics": true,
126 "storage:vectors": true,
127
128 "search:fullIndex": true,
129
130 "support:show_client_libraries": true
131}