diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 75d3247..86a0ada 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -4,7 +4,7 @@ spring.application.name=UnravelDocsAPI app.base.url=${APP_BASE_URL} # AWS RDS -spring.datasource.url=jdbc:postgresql://${RDS_ENDPOINT} +spring.datasource.url=jdbc:postgresql://${RDS_ENDPOINT}/unraveldocs spring.datasource.username=${RDS_USERNAME} spring.datasource.password=${RDS_PASSWORD} spring.datasource.driver-class-name=org.postgresql.Driver