Skip to content

Commit

Permalink
Update private config
Browse files Browse the repository at this point in the history
  • Loading branch information
meequrox committed Apr 29, 2024
1 parent 9f1e4b8 commit ec6938f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ webrtp-*.tar
Mnesia.*@*/

# Private config
config/private.exs
# config/private.exs
8 changes: 4 additions & 4 deletions config/private.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Config

config(:ex_gram,
method: :polling,
token: "YOUR TOKEN HERE"
)
config(:telegex, token: "TELEGRAM_BOT_TOKEN_HERE")

# ID of the Telegram channel in which the bot is an administrator
config(:double_gis_monitor, :dispatch, channel_id: -1)

0 comments on commit ec6938f

Please sign in to comment.