Change database to prod

This commit is contained in:
Peter Rossa
2023-06-02 07:19:01 +02:00
parent 72c4da3ccb
commit 553a93a296

View File

@@ -2,7 +2,7 @@ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.Sec
jwt.secret=aquickfoxjumpsoverthelazydog
# Database
spring.datasource.url= jdbc:mysql://192.168.178.21:3306/rossa_tech_testing?useSSL=false
spring.datasource.url= jdbc:mysql://192.168.178.21:3306/rossa_tech?useSSL=false
spring.datasource.username= db_pezi
spring.datasource.password= Pe23Zi0484!_db
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver