Skip to content

Commit 2b0a088

Browse files
author
Greg Meyer
authored
Merge pull request #1 from DirectProjectJavaRI/develop
6.0 Release.
2 parents e1de917 + 7f86b40 commit 2b0a088

26 files changed

+2009
-0
lines changed

manifest.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
applications:
3+
- name: direct-james-server
4+
health-check-type: none
5+
instances: 1
6+
buildpack: java_buildpack
7+
path: target/direct-james-server-6.0-SNAPSHOT.jar
8+
timeout: 120
9+
env:
10+
spring.cloud.config.label: master
11+
JBP_CONFIG_DEBUG: '{enabled: true}'
12+
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
13+
services:
14+
- directhisp-config-server
15+
- directhisp-eureka
16+
- directhisp-rabbit

0 commit comments

Comments
 (0)