File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,9 +40,20 @@ spring:
4040 exclude : org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
4141 datasource :
4242 primary :
43+ url : ${SUPABASE_PRIMARY_URL:jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres?sslmode=require&gssEncMode=disable}
44+
4345 # Direct Connection mode - port 5432
46+ # postgresql://postgres:[YOUR-PASSWORD]@db.dshmbsawwrbuycnivcjs.supabase.co:5432/postgres
47+ # url: ${SUPABASE_PRIMARY_URL:jdbc:postgresql://db.dshmbsawwrbuycnivcjs.supabase.co:5432/postgres}
48+
4449 # Transaction Pooler mode - port 6543
45- url : ${SUPABASE_PRIMARY_URL:jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres}
50+ # postgresql://postgres.dshmbsawwrbuycnivcjs:[YOUR-PASSWORD]@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres
51+ # url: ${SUPABASE_PRIMARY_URL:jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres}
52+
53+ # Session Pooler mode - port 5432
54+ # postgresql://postgres.dshmbsawwrbuycnivcjs:[YOUR-PASSWORD]@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres
55+ # url: ${SUPABASE_PRIMARY_URL:jdbc:postgresql://aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres}
56+
4657 username : ${SUPABASE_PRIMARY_USERNAME:postgres.dshmbsawwrbuycnivcjs}
4758 password : ${SUPABASE_PRIMARY_PASSWORD}
4859 driver-class-name : org.postgresql.Driver
You can’t perform that action at this time.
0 commit comments