Skip to content

Commit

Permalink
changing to a custom key that hits the redis only channel
Browse files Browse the repository at this point in the history
  • Loading branch information
curtismchale committed Jan 30, 2024
1 parent 223a20a commit 5bae97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/wp-content/redis-error.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</script>

<?php
$slack_key = getenv( 'PROUD_SLACK_KEY' );
$slack_key = getenv( 'PROUD_REDIS_SLACK_KEY' );
$url = $_SERVER['HTTP_HOST'];

$message_content = 'Redis issue on ' . $url . ' at' . date( 'F d Y G:H:s e' );
Expand Down

0 comments on commit 5bae97b

Please sign in to comment.