Skip to content

Commit

Permalink
Merge branch 'dev' into activityLog
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio authored Mar 5, 2024
2 parents 6d50ba9 + 5d0fb9e commit 26e1ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@
/*
* If this is an empty string, the name field on the webhook will be used.
*/
'username' => env('BACKUP_DISCORD_USERNAME', ''),
'username' => env('BACKUP_DISCORD_USERNAME', 'phpVMS Backup'),

/*
* If this is an empty string, the avatar on the webhook will be used.
*/
'avatar_url' => env('BACKUP_DISCORD_AVATAR_URL', ''),
'avatar_url' => env('BACKUP_DISCORD_AVATAR_URL', env('APP_URL').'/assets/img/logo.png'),
],
],

Expand Down
Binary file added public/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26e1ce2

Please sign in to comment.