tg/config.sample

23 lines
333 B
Plaintext
Raw Normal View History

2013-11-09 13:27:08 -05:00
# This is my real config
# Feel free to edit it
2013-11-11 13:35:31 -05:00
default_profile = "tele2";
2013-11-09 13:27:08 -05:00
mts = {
2013-11-11 13:35:31 -05:00
test = false;
config_directory = ".telegram/mts";
msg_num = true;
};
2013-11-09 13:27:08 -05:00
tele2 = {
2013-11-11 13:35:31 -05:00
test = false;
config_directory = ".telegram/tele2";
msg_num = true;
};
2013-11-09 13:27:08 -05:00
test = {
2013-11-11 13:35:31 -05:00
test = true;
config_directory = ".telegram/test";
msg_num = true;
};