diff --git a/.env b/.env index 8ee5f75..fd5fe08 100644 --- a/.env +++ b/.env @@ -11,7 +11,7 @@ DASHBOARD_USERNAME=supabase DASHBOARD_PASSWORD=this_password_is_insecure_and_should_be_updated SECRET_KEY_BASE=UpNVntn3cDxHJpq99YMc1T1AQgQpc8kfYTuRgBiYa15BLrx8etQoXz3gZv1/u2oq 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. @@ -22,7 +22,6 @@ POSTGRES_DB=postgres POSTGRES_PORT=5432 # default user is postgres - ############ # 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 POOLER_DB_POOL_SIZE=5 - ############ # API Proxy - Configuration for the Kong Reverse proxy. ############ @@ -46,14 +44,12 @@ POOLER_DB_POOL_SIZE=5 KONG_HTTP_PORT=8000 KONG_HTTPS_PORT=8443 - ############ # API - Configuration for PostgREST. ############ PGRST_DB_SCHEMAS=public,storage,graphql_public - ############ # Auth - Configuration for the GoTrue authentication server. ############ @@ -86,7 +82,6 @@ ENABLE_ANONYMOUS_USERS=false ENABLE_PHONE_SIGNUP=true ENABLE_PHONE_AUTOCONFIRM=true - ############ # Studio - Configuration for the Dashboard ############ @@ -104,14 +99,12 @@ IMGPROXY_ENABLE_WEBP_DETECTION=true # Add your OpenAI API key to enable SQL Editor Assistant OPENAI_API_KEY= - ############ # Functions - Configuration for Functions ############ # NOTE: VERIFY_JWT applies to all functions. Per-function VERIFY_JWT is not supported yet. FUNCTIONS_VERIFY_JWT=false - ############ # Logs - Configuration for Analytics # Please refer to https://supabase.com/docs/reference/self-hosting-analytics/introduction