Skip to content

Commit

Permalink
refactor: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jun 19, 2024
1 parent 4dd6949 commit b6fc8dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions server/local/etc/prosody/prosody.cfg.lua
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b6fc8dc

Please sign in to comment.