Commit 843a2031175191de0ec4d82491237bfc8ea2113f

Authored by Tao Huang
1 parent b67c8d3e
Exists in master

Remove configure

Showing 1 changed file with 0 additions and 8 deletions   Show diff stats
lib/dingtalk.rb
... ... @@ -12,12 +12,4 @@ require "rest-client"
12 12 module Dingtalk
13 13 ENDPOINT = "https://oapi.dingtalk.com"
14 14 # Your code goes here...
15   -end
16   -
17   -Dingtalk.configure do |config|
18   - config.suite_key = 'suiteeazsojmzckxgkw4a'
19   - config.suite_secret = 'blCId7p9Iy44SyNc2RviaV66-yM7bxis55T197_nIjns1JGJ0CnBSgarLT4lUGK7'
20   - config.suite_aes_key = 'wsuph070rt8ni8ll8yoe6ccwktz5uk94vnqtnach4zl'
21   - config.suite_token = 'token'
22   - config.redis = Redis.new
23 15 end
24 16 \ No newline at end of file
... ...