From 2d3c39b596789aefbe64ae8418675e935535f053 Mon Sep 17 00:00:00 2001 From: rainmaker Date: Tue, 16 Jul 2024 23:38:26 +0200 Subject: [PATCH] Add config.json --- config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..58061e9 --- /dev/null +++ b/config.json @@ -0,0 +1,19 @@ +{ + "SMPPServer": { + "Hostname": "85.112.179.131", + "Port": 2777, + "Username": "marktest1_M1_1", + "Password": "rF2kZ6GE", + "SSL": "1" + }, + "SMSSend": { + "Source": "tolo", + "Destination": "35699266305", + "Content": "5126432", + "Count": 1, + "ValidityPeriod": "" + }, + "OtherSettings": { + "LogLevel": "INFO" + } +}