fix: restore production secrets and paths for private git

Real Telegram/SAC tokens, NETLOGON and org hostnames back on kalinamall. GitHub main keeps placeholders; use scripts/Push-PrivateMirror.ps1 after public pushes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-17 11:12:29 +10:00
parent c12f169189
commit 7f38c00094
5 changed files with 106 additions and 25 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ $Root = Split-Path -Parent $PSScriptRoot
Set-Location $Root
$remote = switch ($Target) {
'github' { 'github' }
'github' { 'origin' }
'kalinamall' { 'kalinamall' }
'papatramp' { 'papatramp' }
}