Skip to content

Commit 9820ba1

Browse files
author
Petri Paananen
committed
Security: Update .env.template and fix ngrok port
1 parent b6b2af8 commit 9820ba1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.env.template

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,12 @@ UE5_TIME_FUNCTION=Set_Time_Of_Day
1717

1818
# Middleware Settings
1919
LOG_LEVEL=INFO
20+
21+
# Jira Webhook Secret (if verifying Jira webhooks)
2022
WEBHOOK_SECRET=
2123

24+
# Linear Configuration
25+
LINEAR_API_KEY=
26+
LINEAR_WEBHOOK_SECRET=
27+
LINEAR_TEAM_ID=
28+

start_ngrok.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (-not (Get-Command ngrok -ErrorAction SilentlyContinue)) {
99
exit 1
1010
}
1111

12-
$port = 5000
12+
$port = 5005
1313
Write-Host "📡 Starting tunnel on port $port..." -ForegroundColor Cyan
1414
Write-Host "The tunnel URL will be available at http://localhost:4040/api/tunnels" -ForegroundColor Gray
1515

0 commit comments

Comments
 (0)