From 843a2031175191de0ec4d82491237bfc8ea2113f Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 17 Sep 2019 22:30:44 +0800 Subject: [PATCH] Remove configure --- lib/dingtalk.rb | 8 -------- 1 file changed, 0 insertions(+), 8 deletions(-) diff --git a/lib/dingtalk.rb b/lib/dingtalk.rb index 9a348d7..21d3c19 100644 --- a/lib/dingtalk.rb +++ b/lib/dingtalk.rb @@ -12,12 +12,4 @@ require "rest-client" module Dingtalk ENDPOINT = "https://oapi.dingtalk.com" # Your code goes here... -end - -Dingtalk.configure do |config| - config.suite_key = 'suiteeazsojmzckxgkw4a' - config.suite_secret = 'blCId7p9Iy44SyNc2RviaV66-yM7bxis55T197_nIjns1JGJ0CnBSgarLT4lUGK7' - config.suite_aes_key = 'wsuph070rt8ni8ll8yoe6ccwktz5uk94vnqtnach4zl' - config.suite_token = 'token' - config.redis = Redis.new end \ No newline at end of file -- libgit2 0.21.0