chore: port 3000 to 4002, use domain instead of IP

This commit is contained in:
asepharyana
2026-08-02 16:15:43 +07:00
parent 081b2ad4b5
commit 637b44a9e0
5 changed files with 67 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ APP_SLUG = "pr-agent-auto"
DESCRIPTION = "Automated PR review and merge bot powered by AI"
HOME_URL = "https://github.com/asepharyana"
PUBLIC_IP = "45.127.35.244"
PORT = 3000
PORT = 4002
WEBHOOK_URL = f"http://{PUBLIC_IP}:{PORT}/api/v1/github_webhooks"
REDIRECT_URL = f"http://{PUBLIC_IP}:{PORT}/app-setup-complete"
CALLBACK_URLS = [f"http://{PUBLIC_IP}:{PORT}/callback"]