From 0374786f4f3ccfd0094f519a966db1efb61b9f9b Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 16 Jun 2021 09:40:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20default=20morbo=20port=20t?= =?UTF-8?q?o=203000=20(as=20it=20should=20have=20stay)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 52279cf..78e3960 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Revision history for Lufi ?.??.? ????-??-?? + - 🔧 Set default morbo port to 3000 (as it should have stay) 0.05.13 2021-01-28 - 🐛 Fix latest git tag improperly fetched diff --git a/Makefile b/Makefile index 793a26f..0b91ffb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LOCAL_LDAP_PORT ?= 10389 LOCAL_SWIFT_PORT ?= 8080 SWIFT_CONTAINER_IMAGE ?= swiftstack/picoswiftstack:latest MORBO_HOST ?= 0.0.0.0 -MORBO_PORT ?= 3030 +MORBO_PORT ?= 3000 locales: