Skip to content

Commit

Permalink
Merge pull request #1 from DirectProjectJavaRI/develop
Browse files Browse the repository at this point in the history
6.0 Release.
  • Loading branch information
Greg Meyer authored Mar 21, 2019
2 parents e1de917 + 7f86b40 commit 2b0a088
Show file tree
Hide file tree
Showing 26 changed files with 2,009 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
applications:
- name: direct-james-server
health-check-type: none
instances: 1
buildpack: java_buildpack
path: target/direct-james-server-6.0-SNAPSHOT.jar
timeout: 120
env:
spring.cloud.config.label: master
JBP_CONFIG_DEBUG: '{enabled: true}'
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
services:
- directhisp-config-server
- directhisp-eureka
- directhisp-rabbit
Loading

0 comments on commit 2b0a088

Please sign in to comment.