FEATURE: made auth.rb template

This commit is contained in:
nikurasu 2021-10-28 08:14:20 +02:00
parent 3e34cb867e
commit 927407d572
3 changed files with 12 additions and 5 deletions

3
.gitignore vendored
View file

@ -57,7 +57,6 @@ build-iPhoneSimulator/
# .rubocop-https?--*
# no token leaks
/lib/auth.rb
lib/auth.rb
# emacs
*~

View file

@ -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
View 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 ]