Skip to content

Commit

Permalink
changed azure subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent 47ee3a3 commit 246ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



spring.datasource.url=jdbc:sqlserver://kickevent.database.windows.net:1433;database=kickevent;user=${MYSQL_USER};password=${MYSQL_PASSWORD};encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;
spring.datasource.url=jdbc:sqlserver://kickeventdb.database.windows.net:1433;database=kickevent;user=${MYSQL_USER};password=${MYSQL_PASSWORD};encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2016Dialect
Expand Down

0 comments on commit 246ef53

Please sign in to comment.