From 3515c6f67da7ccb602890b18f1ace16c52b08c7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Annika=20Ge=C3=9Fmann?=
 <annika.gessmann@student.reutlingen-university.de>
Date: Fri, 17 Jul 2020 14:28:56 +0200
Subject: [PATCH] =?UTF-8?q?yaml=20und=20application.properties=20f=C3=BCr?=
 =?UTF-8?q?=20CF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 groupManagement/manifest.yml                              | 5 +++++
 groupManagement/src/main/resources/application.properties | 2 ++
 2 files changed, 7 insertions(+)
 create mode 100644 groupManagement/manifest.yml

diff --git a/groupManagement/manifest.yml b/groupManagement/manifest.yml
new file mode 100644
index 0000000..a033ea7
--- /dev/null
+++ b/groupManagement/manifest.yml
@@ -0,0 +1,5 @@
+---
+applications:
+  -name: goofy-spence
+  memory: 512M
+  instances: 1
\ No newline at end of file
diff --git a/groupManagement/src/main/resources/application.properties b/groupManagement/src/main/resources/application.properties
index 0907203..3aee102 100644
--- a/groupManagement/src/main/resources/application.properties
+++ b/groupManagement/src/main/resources/application.properties
@@ -20,3 +20,5 @@ spring.jpa.show-sql=true
 #spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 #spring.jpa.open-in-view=false
 #spring.datasource.validationQuery=SELECT 1
+
+server.port=3000
\ No newline at end of file
-- 
GitLab