FEATURE: made auth.rb template
This commit is contained in:
parent
3e34cb867e
commit
927407d572
3 changed files with 12 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -57,7 +57,6 @@ build-iPhoneSimulator/
|
|||
# .rubocop-https?--*
|
||||
|
||||
# no token leaks
|
||||
/lib/auth.rb
|
||||
lib/auth.rb
|
||||
|
||||
# emacs
|
||||
*~
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/ruby
|
||||
|
||||
TOKEN = "YOUR_TOKEN_HERE"
|
||||
TOKEN = "OTAyNTA5OTY5NjIxMDIwNjcz.YXfd6A.UsF8aSMMcYhQGu2cyMGoU5Jp7vA"
|
||||
|
||||
# Channel to bootstrap db form (and to display in status)
|
||||
CHANNEL = 536907792859267083
|
||||
CHANNEL = 902501210442072085
|
||||
# All channels to watch
|
||||
CHANNELS = [ 536907792859267083, 560880728796168221 ]
|
||||
CHANNELS = [902501210442072085 ]
|
||||
|
|
8
lib/auth.rb.example
Normal file
8
lib/auth.rb.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/ruby
|
||||
|
||||
TOKEN = "YOUR_TOKEN_HERE"
|
||||
|
||||
# Channel to bootstrap db form (and to display in status)
|
||||
CHANNEL = 536907792859267083
|
||||
# All channels to watch
|
||||
CHANNELS = [ 536907792859267083, 560880728796168221 ]
|
Loading…
Reference in a new issue