enabled-features.json 3.7 KB

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