Compare commits
No commits in common. "e1c54d2f08609816071cbc307e943d6633c28f7f" and "57f4d33134f411b6fe789a4d05be81cfa7a51b72" have entirely different histories.
e1c54d2f08
...
57f4d33134
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
* Configuration
|
||||
*/
|
||||
module.exports = {
|
||||
botId: '443965284:AAEKdvDxwxwbn4eOYJ6wt6lgR2J-hDAwSeA', // Bot token/Id - Get if from botFather
|
||||
slideShowFolderPath: '/media/64C6A9C4724C63E5/slideshow', // Where to save files
|
||||
botId: 'xxxxxxxxxx', // Bot token/Id - Get if from botFather
|
||||
slideShowFolderPath: '/full/path/to/folder', // Where to save files
|
||||
DBLocation: '.', // Location of DB file. You need to have permissions to read/write in that location
|
||||
permissions: {
|
||||
allowAll: false, // allow any telegram user to add photos
|
||||
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
admin: {
|
||||
notifyActivity: true,
|
||||
sendPhotoOnSave: true, // send admin the photo that somone else have saved
|
||||
id: 73947511
|
||||
id: 1234 // [Number] Your Telegram UserId
|
||||
},
|
||||
messages: {
|
||||
adminNotifications:{
|
||||
|
|
Loading…
Reference in a new issue