Commit 1ad2c791 authored by Administrator's avatar Administrator

database container ref updated

parent cbf8abeb
Pipeline #5596 passed with stages
in 1 minute and 20 seconds
......@@ -14,7 +14,7 @@ spring.jpa.properties.hibernate.query.plan_cache_max_size= 1024
spring.jpa.properties.hibernate.query.plan_parameter_metadata_max_size= 32
spring.jpa.show-sql: true
# Connection properties
spring.datasource.url= jdbc:mysql://db:3306/playground?autoReconnect=true&useSSL=false
spring.datasource.url= jdbc:mysql://hdfcproject-db:3306/playground?autoReconnect=true&useSSL=false
spring.datasource.username= playground
spring.datasource.password= password
# Keep the connection alive if idle for a long time (needed in production)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment