feat: configure MySQL service in Docker; update datasource URL and adjust port mappings
This commit is contained in:
@@ -2,7 +2,7 @@ spring.application.name=api
|
||||
|
||||
server.port=3000
|
||||
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
|
||||
spring.datasource.url=jdbc:mysql://mysql:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
|
||||
spring.datasource.username=gameovergne
|
||||
spring.datasource.password=gameovergne
|
||||
|
||||
|
||||
Reference in New Issue
Block a user