From b6fc8dcfce49597e8fe8e78493fdb71d2c775b4e Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Wed, 19 Jun 2024 19:33:17 +0200 Subject: [PATCH] refactor: minor improvements --- server/local/etc/prosody/prosody.cfg.lua | 2 -- tools/bootstrap.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/server/local/etc/prosody/prosody.cfg.lua b/server/local/etc/prosody/prosody.cfg.lua index da1eb5e..279fd7a 100644 --- a/server/local/etc/prosody/prosody.cfg.lua +++ b/server/local/etc/prosody/prosody.cfg.lua @@ -1,7 +1,5 @@ -- Prose Pod Server -- XMPP Server Configuration --- /!\ This file has been automatically generated by Prose Pod API. --- /!\ Do NOT edit this file manually or your changes will be overriden during the next reload. -- Base server configuration pidfile = "/var/run/prosody/prosody.pid" diff --git a/tools/bootstrap.sh b/tools/bootstrap.sh index fde108d..9505aad 100755 --- a/tools/bootstrap.sh +++ b/tools/bootstrap.sh @@ -19,7 +19,7 @@ rc=0 if [ -d "$ABSPATH/server/$environment" ]; then echo "[$environment] 🚀 Bootstrapping Prose server..." - # Bootstrap local Prose server + # Bootstrap Prose server (using target environment) docker run --rm \ -p 5222:5222 \ -p 5269:5269 \