From f7f41ffa680c7b4c4ec84e3ad08fded3c829060a Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Mon, 26 Sep 2016 14:09:51 +0300 Subject: [PATCH] Created example config for tests. --- tests/config.json | 5 ----- tests/config.json.example | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 tests/config.json create mode 100644 tests/config.json.example diff --git a/tests/config.json b/tests/config.json deleted file mode 100644 index 2fa7fec..0000000 --- a/tests/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "token": "277513413:AAEXK65dnCM-pEX9j4pjqlI3N6YQGRFjoCQ", - "chat": "@zettai_test", - "photo": "photo.png" -} diff --git a/tests/config.json.example b/tests/config.json.example new file mode 100644 index 0000000..4ad4b95 --- /dev/null +++ b/tests/config.json.example @@ -0,0 +1,5 @@ +{ + "token": "123456789:AAEXK65dnCM-pEX9j4pjqlI3N6YQGRFjoCQ", + "chat": "@telebotxx_test", + "photo": "photo.png" +}