From a871c138b77e631bdee702a5413cc210df2229ae Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 25 Jan 2026 01:29:20 -0500 Subject: [PATCH] Delete src/config.ps1 --- src/config.ps1 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/config.ps1 diff --git a/src/config.ps1 b/src/config.ps1 deleted file mode 100644 index b274e5d..0000000 --- a/src/config.ps1 +++ /dev/null @@ -1,14 +0,0 @@ -function Initialize-SamyConfig { - [CmdletBinding()] - param() - - # Listening port for HTTP UI - $Script:Port = 8082 - - # Configurable endpoints - $Global:DattoWebhookUrl = 'https://bananas.svstools.ca/dattormm' - - - # Misc - $Script:SamyHintText = "" -}