Skip to content

Commit 45ed45e

Browse files
committed
updated path to supabase.crt on local
1 parent f6036ae commit 45ed45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring:
2020
password: "{noop}devpassword"
2121
roles: USER, ACTUATOR, ADMIN
2222
datasource:
23-
url: "jdbc:postgresql://aws-1-ap-south-1.pooler.supabase.com:6543/postgres?user=postgres.hwnzjlovbrecaizjoqsn&password=${DB_PASSWORD}&sslmode=verify-full&sslrootcert=classpath:supabase.crt"
23+
url: "jdbc:postgresql://aws-1-ap-south-1.pooler.supabase.com:6543/postgres?user=postgres.hwnzjlovbrecaizjoqsn&password=${DB_PASSWORD}&sslmode=verify-full&sslrootcert=${user.dir}/src/main/resources/supabase.crt"
2424

2525
logging:
2626
level:

0 commit comments

Comments
 (0)