Changed service to postgresql

This commit is contained in:
Marcin Grzejszczak
2018-06-03 23:25:03 +02:00
parent e11a4052b7
commit 472dc8dfc1
2 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
spring.main.banner-mode=off
spring.jpa.database=default
spring.jpa.database=MYSQL
spring.jpa.generate-ddl=false
spring.jpa.hibernate.ddl-auto=none
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres

View File

@@ -3,8 +3,16 @@ build:
test:
# list of required services
services:
- name: fortune-db
- name: app-monolith-db
type: broker
broker: cleardb
broker: elephantsql
plan: spark
useExisting: true
stage:
# list of required services
services:
- name: app-monolith-db
type: broker
broker: elephantsql
plan: turtle
useExisting: true