diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index b7c904d50fe81e4261f1b3a6d8da9bc3c7e217cf..c285b8f3a59be337bead1db487bcd7720d6fee81 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,12 +1,9 @@ spring.application.name=authentication - spring.datasource.url=jdbc:postgresql://localhost:5432/be-authentication spring.datasource.username=postgres spring.datasource.password=postgres - spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect - # Hibernate Properties spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true \ No newline at end of file diff --git a/src/test/resources/application-dev.properties b/src/test/resources/application-dev.properties index 143b39c94e8b4f211b8f97e1cef413481465c878..2ca37e4a61400d18e5a4003082895632093751bb 100644 --- a/src/test/resources/application-dev.properties +++ b/src/test/resources/application-dev.properties @@ -8,5 +8,4 @@ spring.datasource.password= spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.ddl-auto=create-drop # (Optional) Enable SQL logging -spring.jpa.show-sql=true -JWT_SECRET_KEY={$JWT_SECRET_KEY} \ No newline at end of file +spring.jpa.show-sql=true \ No newline at end of file diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index 24763b510cf6e49d3210b0a71f00527d8ab2edd8..18850ac55369aafd59d4bbaad0c9b35d2bd2d35f 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -5,4 +5,3 @@ spring.mail.password=secret123 spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=false spring.mail.properties.mail.smtp.starttls.required=false -JWT_SECRET_KEY={$JWT_SECRET_KEY} \ No newline at end of file