Compare commits

...

No commits in common. "57f4d33134f411b6fe789a4d05be81cfa7a51b72" and "e1c54d2f08609816071cbc307e943d6633c28f7f" have entirely different histories.

View file

@ -2,8 +2,8 @@
* Configuration * Configuration
*/ */
module.exports = { module.exports = {
botId: 'xxxxxxxxxx', // Bot token/Id - Get if from botFather botId: '443965284:AAEKdvDxwxwbn4eOYJ6wt6lgR2J-hDAwSeA', // Bot token/Id - Get if from botFather
slideShowFolderPath: '/full/path/to/folder', // Where to save files slideShowFolderPath: '/media/64C6A9C4724C63E5/slideshow', // Where to save files
DBLocation: '.', // Location of DB file. You need to have permissions to read/write in that location DBLocation: '.', // Location of DB file. You need to have permissions to read/write in that location
permissions: { permissions: {
allowAll: false, // allow any telegram user to add photos allowAll: false, // allow any telegram user to add photos
@ -13,7 +13,7 @@ module.exports = {
admin: { admin: {
notifyActivity: true, notifyActivity: true,
sendPhotoOnSave: true, // send admin the photo that somone else have saved sendPhotoOnSave: true, // send admin the photo that somone else have saved
id: 1234 // [Number] Your Telegram UserId id: 73947511
}, },
messages: { messages: {
adminNotifications:{ adminNotifications:{