#MY_API_KEY=sk-1234567890 #CUSTOM_ENDPOINT=https://api.example.com #DATABASE_CONNECTION_STRING=postgresql://user:pass@localhost:5432/db TELEGRAM_BOT_TOKEN=7889797976:AAG8Fxmau5-RlUtclaNA6ilZ6gq1UGaLux0 TELEGRAM_DEV_CHAT_ID=268170503 TELEGRAM_PUBLIC_KEY_HEX=e7bf03a2fa4602af4580703d88dda5bb59f32ed8b02a56c187fe7d34caed242d DEV_URL=https://a4b1dea1-ca80-4ed8-bae6-2093dd212d85.weweb-preview.io TEST_URL=https://andronevskaya.naughtysoul.ru ############ # Secrets # YOU MUST CHANGE THESE BEFORE GOING INTO PRODUCTION ############ POSTGRES_PASSWORD=I6K7WI0330xBYoNjGeKn2dMR4Y62VDlGPepGNd9x JWT_SECRET=nH3I5rxBTKqxbhwrqVzMmHZeDzeEX0ReljNbx4as ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzYyODE1NjAwLCJleHAiOjE5MjA1ODIwMDB9.43Ic6uddsjCzFQUetyTV4Q5q8YHh1JCEVm0gd2HEsqc SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIiwiaXNzIjoic3VwYWJhc2UiLCJpYXQiOjE3NjI4MTU2MDAsImV4cCI6MTkyMDU4MjAwMH0.Kh1SIfZGzZAuqtF_0qL-Mq_bbYtXuo2VBZwj4YRhDy8 DASHBOARD_USERNAME=andronyevskaya_supabase_user DASHBOARD_PASSWORD=PW2DtC2RauxmHcb87tDOf1bgfYPMXZG8rwJ4Krr4 SECRET_KEY_BASE=f5+0TQBY1z4hKNN2ST9hM0giUKSbSW4T1r/lF3b8DyZJXiOjNOH+HgnAf+N4SNWz VAULT_ENC_KEY=3QMh694DBnziVHf5xJDsdKFqv5Dt1JUV4HYsf0yM ############ # Database - You can change these to any PostgreSQL database that has logical replication enabled. ############ POSTGRES_HOST=db POSTGRES_DB=postgres POSTGRES_PORT=5432 # default user is postgres ############ # Supavisor -- Database pooler ############ # Port Supavisor listens on for transaction pooling connections POOLER_PROXY_PORT_TRANSACTION=6543 # Maximum number of PostgreSQL connections Supavisor opens per pool POOLER_DEFAULT_POOL_SIZE=20 # Maximum number of client connections Supavisor accepts per pool POOLER_MAX_CLIENT_CONN=100 # Unique tenant identifier POOLER_TENANT_ID=your-tenant-id # Pool size for internal metadata storage used by Supavisor # 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. ############ 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. ############ ## General SITE_URL=http://supabase.naughtysoul.ru:3000 ADDITIONAL_REDIRECT_URLS= JWT_EXPIRY=3600 DISABLE_SIGNUP=false API_EXTERNAL_URL=http://supabase.naughtysoul.ru:8000 ## Mailer Config MAILER_URLPATHS_CONFIRMATION="/auth/v1/verify" MAILER_URLPATHS_INVITE="/auth/v1/verify" MAILER_URLPATHS_RECOVERY="/auth/v1/verify" MAILER_URLPATHS_EMAIL_CHANGE="/auth/v1/verify" ## Email auth ENABLE_EMAIL_SIGNUP=true ENABLE_EMAIL_AUTOCONFIRM=false SMTP_ADMIN_EMAIL=lkyk@andronevskaya.ru SMTP_HOST=smtp.andronevskaya.ru SMTP_PORT=587 SMTP_USER=lkyk@andronevskaya.ru SMTP_PASS=square-few-94 SMTP_SENDER_NAME=Андроньевская ENABLE_ANONYMOUS_USERS=false ## Phone auth ENABLE_PHONE_SIGNUP=true ENABLE_PHONE_AUTOCONFIRM=true ############ # Studio - Configuration for the Dashboard ############ STUDIO_DEFAULT_ORGANIZATION=Default Organization STUDIO_DEFAULT_PROJECT=Default Project STUDIO_PORT=3000 # replace if you intend to use Studio outside of localhost SUPABASE_PUBLIC_URL=http://supabase.naughtysoul.ru:8000 # Enable webp support 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 ############ # Change vector.toml sinks to reflect this change # these cannot be the same value LOGFLARE_PUBLIC_ACCESS_TOKEN=your-super-secret-and-long-logflare-key-public LOGFLARE_PRIVATE_ACCESS_TOKEN=your-super-secret-and-long-logflare-key-private # Docker socket location - this value will differ depending on your OS DOCKER_SOCKET_LOCATION=/var/run/docker.sock # Google Cloud Project details GOOGLE_PROJECT_ID=GOOGLE_PROJECT_ID GOOGLE_PROJECT_NUMBER=GOOGLE_PROJECT_NUMBER