chore: port 3000 to 4002, use domain instead of IP
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user