Skip to content

Update staging port in ecosystem configuration#58

Merged
carvanino merged 1 commit into
devfrom
akinola/fix/ciCD
May 20, 2026
Merged

Update staging port in ecosystem configuration#58
carvanino merged 1 commit into
devfrom
akinola/fix/ciCD

Conversation

@carvanino
Copy link
Copy Markdown
Collaborator

@carvanino carvanino commented May 20, 2026

Adjust the staging port in the ecosystem configuration from 8004 to 8000 to ensure proper deployment settings. This change is necessary for the correct functioning of the application in the staging environment.

Summary by CodeRabbit

  • Chores
    • Updated staging environment server configuration.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3226261f-ae32-4f4a-b83a-68a7154d2252

📥 Commits

Reviewing files that changed from the base of the PR and between c782898 and e47549a.

📒 Files selected for processing (1)
  • ecosystem.config.js

📝 Walkthrough

Walkthrough

The staging application's uvicorn server port is reconfigured from port 8004 to port 8000 in ecosystem.config.js. This is a single-line change to the exported process configuration for the staging app.

Changes

Staging Server Port Configuration

Layer / File(s) Summary
Update staging app port configuration
ecosystem.config.js
The staging app's args string is updated to start uvicorn on port 8000 instead of 8004.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • Lftobs
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch akinola/fix/ciCD

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@carvanino carvanino merged commit e2ce5a3 into dev May 20, 2026
6 of 7 checks passed
@Lftobs Lftobs deleted the akinola/fix/ciCD branch May 21, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant