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 = "" -}