diff --git a/groupManagement/manifest.yml b/groupManagement/manifest.yml new file mode 100644 index 0000000000000000000000000000000000000000..a033ea7036b889cdbf49aff199ad169092132af9 --- /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 0907203e4f85155032ac38566d0fbbd4484c2686..3aee102914f5a6e5cfcbd51d337af04cb9373e4e 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