1 parent b6b2af8 commit 9820ba1Copy full SHA for 9820ba1
2 files changed
.env.template
@@ -17,5 +17,12 @@ UE5_TIME_FUNCTION=Set_Time_Of_Day
17
18
# Middleware Settings
19
LOG_LEVEL=INFO
20
+
21
+# Jira Webhook Secret (if verifying Jira webhooks)
22
WEBHOOK_SECRET=
23
24
+# Linear Configuration
25
+LINEAR_API_KEY=
26
+LINEAR_WEBHOOK_SECRET=
27
+LINEAR_TEAM_ID=
28
start_ngrok.ps1
@@ -9,7 +9,7 @@ if (-not (Get-Command ngrok -ErrorAction SilentlyContinue)) {
9
exit 1
10
}
11
12
-$port = 5000
+$port = 5005
13
Write-Host "📡 Starting tunnel on port $port..." -ForegroundColor Cyan
14
Write-Host "The tunnel URL will be available at http://localhost:4040/api/tunnels" -ForegroundColor Gray
15
0 commit comments