diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 65eee8f..5d2b770 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: application: name: lablesys-backend datasource: - url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem_test} + url: ${DB_URL:jdbc:postgresql://39.107.112.174:5432/lablesystem} username: ${DB_USERNAME:postgres} password: ${DB_PASSWORD:postgres!Pw} driver-class-name: org.postgresql.Driver