Skip to content

Commit

Permalink
I knew I would forget to undo this
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Dec 14, 2024
1 parent bd97bfd commit 3e27a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Program
public static DiscordGuild HomeServer;
public static List<DiscordApplicationCommand> ApplicationCommands;
public static EventId BotEventId { get; } = new(1000, "MechanicalMilkshake");
#if !DEBUG // TODO: reverse this
#if DEBUG
private static readonly ConnectionMultiplexer Redis = ConnectionMultiplexer.Connect("localhost:6379");
#else
private static readonly ConnectionMultiplexer Redis = ConnectionMultiplexer.Connect("redis");
Expand Down

0 comments on commit 3e27a0d

Please sign in to comment.