This commit is contained in:
hailin 2025-05-17 21:30:32 +08:00
parent 818c6c1b51
commit 3a5ddfe5b3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
export SERVER_PORT="5000"
export AUTH_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long"
export AUTH_JWT_ALGORITHM="HS256"
export DATABASE_URL="postgres://supabase_admin:postgres@db:5432/postgres"
export DATABASE_URL="postgres://supabase_admin:postgres@127.0.0.1:5432/postgres"
export DATABASE_POOL_URL="postgresql://postgres:postgres@127.0.0.1:6432/postgres"
export DB_INSTALL_ROLES="true"
export STORAGE_BACKEND="file"