- updated e2e-tests

- added new services to docker configuration
This commit is contained in:
Main
2016-02-12 22:48:23 +03:00
parent 5c85418cc4
commit a095076c0c
4 changed files with 80 additions and 14 deletions

View File

@@ -13,10 +13,4 @@ dependencies {
compile "net.chrisrichardson.eventstore.client:eventstore-http-stomp-client_2.10:$eventStoreClientVersion"
testCompile "org.springframework.boot:spring-boot-starter-test"
}
run {
environment 'EVENTUATE_API_KEY_ID', '20CAXGPA3DE56WXO2SFBUDGZ9'
environment 'EVENTUATE_API_KEY_SECRET', 'gU6n78drWCIgkgzVStvI3BhV3MfzDyjWKCN7p0PBimI'
environment 'SPRING_DATA_MONGODB_URI', 'mongodb://198.50.218.51/mydb'
}
}