Committed sample config
This commit is contained in:
parent
c24234a184
commit
84f119e900
1 changed files with 22 additions and 0 deletions
22
config.sample
Executable file
22
config.sample
Executable file
|
@ -0,0 +1,22 @@
|
|||
# This is my real config
|
||||
# Feel free to edit it
|
||||
|
||||
default_profile = "tele2"
|
||||
|
||||
mts = {
|
||||
test = false
|
||||
config_directory = ".telegram/mts"
|
||||
msg_num = true
|
||||
}
|
||||
|
||||
tele2 = {
|
||||
test = false
|
||||
config_directory = ".telegram/tele2"
|
||||
msg_num = true
|
||||
}
|
||||
|
||||
test = {
|
||||
test = true
|
||||
config_directory = ".telegram/test"
|
||||
msg_num = true
|
||||
}
|
Loading…
Add table
Reference in a new issue