# #DATABASE_URL = postgresql://postgres.poubydccpdlmiaellmbk:SsworldCRM123456@aws-0-ap-south-1.pooler.supabase.com:5432/postgres
# DATABASE_URL="postgresql://dbuser:Sixth*54321@ssworld.sixthstar.in:5432/SS_World?schema=public"
# JWT_SECRET=my_super_secret_key
# JWT_REFRESH_SECRET=my_refresh_secret_key




# Database Connection
#DATABASE_URL=postgresql://postgres.poubydccpdlmiaellmbk:SsworldCRM123456@aws-0-ap-south-1.pooler.supabase.com:5432/postgres
# DATABASE_URL="postgresql://dbuser:Sixth*54321@ssworld.sixthstar.in:5432/SS_World?schema=public"
DATABASE_URL="postgresql://postgres:SsworldCRM123456@kth.sixthstar.org:5432/ss_world"
# JWT Secrets
JWT_SECRET=my_super_secret_key
JWT_REFRESH_SECRET=my_refresh_secret_key

# Server and Client URLs
SERVER_URL=https://kth.sixthstar.org

# CLIENT_URL=https://your-frontend-url.com
