From 0374786f4f3ccfd0094f519a966db1efb61b9f9b Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Jun 16 2021 07:40:07 +0000 Subject: 🔧 Set default morbo port to 3000 (as it should have stay) --- 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: