chore: port 3000 to 4002, use domain instead of IP
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
"name": "pr-agent-auto-review",
|
||||
"url": "https://github.com/asepharyana",
|
||||
"hook_attributes": {
|
||||
"url": "http://45.127.35.244:3000/api/v1/github_webhooks",
|
||||
"url": "https://pr-agent.asepharyana.my.id/api/v1/github_webhooks",
|
||||
"active": true
|
||||
},
|
||||
"redirect_url": "http://45.127.35.244:3000/setup/callback",
|
||||
"redirect_url": "https://pr-agent.asepharyana.my.id/setup/callback",
|
||||
"callback_urls": [
|
||||
"http://45.127.35.244:3000/setup/callback"
|
||||
"https://pr-agent.asepharyana.my.id/setup/callback"
|
||||
],
|
||||
"public": false,
|
||||
"default_events": [
|
||||
|
||||
Reference in New Issue
Block a user