second commit

This commit is contained in:
Sami 2025-08-29 00:05:36 -04:00
parent 00768d3aee
commit 36a8f10fcc

9
.env
View File

@ -11,7 +11,7 @@ DASHBOARD_USERNAME=supabase
DASHBOARD_PASSWORD=this_password_is_insecure_and_should_be_updated DASHBOARD_PASSWORD=this_password_is_insecure_and_should_be_updated
SECRET_KEY_BASE=UpNVntn3cDxHJpq99YMc1T1AQgQpc8kfYTuRgBiYa15BLrx8etQoXz3gZv1/u2oq SECRET_KEY_BASE=UpNVntn3cDxHJpq99YMc1T1AQgQpc8kfYTuRgBiYa15BLrx8etQoXz3gZv1/u2oq
VAULT_ENC_KEY=your-encryption-key-32-chars-min VAULT_ENC_KEY=your-encryption-key-32-chars-min
DOCKER_SOCKET_LOCATION=/var/run/docker.sock
############ ############
# Database - You can change these to any PostgreSQL database that has logical replication enabled. # Database - You can change these to any PostgreSQL database that has logical replication enabled.
@ -22,7 +22,6 @@ POSTGRES_DB=postgres
POSTGRES_PORT=5432 POSTGRES_PORT=5432
# default user is postgres # default user is postgres
############ ############
# Supavisor -- Database pooler # Supavisor -- Database pooler
############ ############
@ -38,7 +37,6 @@ POOLER_TENANT_ID=your-tenant-id
# This is separate from client connections and used only by Supavisor itself # This is separate from client connections and used only by Supavisor itself
POOLER_DB_POOL_SIZE=5 POOLER_DB_POOL_SIZE=5
############ ############
# API Proxy - Configuration for the Kong Reverse proxy. # API Proxy - Configuration for the Kong Reverse proxy.
############ ############
@ -46,14 +44,12 @@ POOLER_DB_POOL_SIZE=5
KONG_HTTP_PORT=8000 KONG_HTTP_PORT=8000
KONG_HTTPS_PORT=8443 KONG_HTTPS_PORT=8443
############ ############
# API - Configuration for PostgREST. # API - Configuration for PostgREST.
############ ############
PGRST_DB_SCHEMAS=public,storage,graphql_public PGRST_DB_SCHEMAS=public,storage,graphql_public
############ ############
# Auth - Configuration for the GoTrue authentication server. # Auth - Configuration for the GoTrue authentication server.
############ ############
@ -86,7 +82,6 @@ ENABLE_ANONYMOUS_USERS=false
ENABLE_PHONE_SIGNUP=true ENABLE_PHONE_SIGNUP=true
ENABLE_PHONE_AUTOCONFIRM=true ENABLE_PHONE_AUTOCONFIRM=true
############ ############
# Studio - Configuration for the Dashboard # Studio - Configuration for the Dashboard
############ ############
@ -104,14 +99,12 @@ IMGPROXY_ENABLE_WEBP_DETECTION=true
# Add your OpenAI API key to enable SQL Editor Assistant # Add your OpenAI API key to enable SQL Editor Assistant
OPENAI_API_KEY= OPENAI_API_KEY=
############ ############
# Functions - Configuration for Functions # Functions - Configuration for Functions
############ ############
# NOTE: VERIFY_JWT applies to all functions. Per-function VERIFY_JWT is not supported yet. # NOTE: VERIFY_JWT applies to all functions. Per-function VERIFY_JWT is not supported yet.
FUNCTIONS_VERIFY_JWT=false FUNCTIONS_VERIFY_JWT=false
############ ############
# Logs - Configuration for Analytics # Logs - Configuration for Analytics
# Please refer to https://supabase.com/docs/reference/self-hosting-analytics/introduction # Please refer to https://supabase.com/docs/reference/self-hosting-analytics/introduction