Skip to content

Commit ec6938f

Browse files
committed
Update private config
1 parent 9f1e4b8 commit ec6938f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ webrtp-*.tar
3636
Mnesia.*@*/
3737

3838
# Private config
39-
config/private.exs
39+
# config/private.exs

config/private.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Config
22

3-
config(:ex_gram,
4-
method: :polling,
5-
token: "YOUR TOKEN HERE"
6-
)
3+
config(:telegex, token: "TELEGRAM_BOT_TOKEN_HERE")
4+
5+
# ID of the Telegram channel in which the bot is an administrator
6+
config(:double_gis_monitor, :dispatch, channel_id: -1)

0 commit comments

Comments
 (0)