9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

[ci skip] refactor: update config comment

This commit is contained in:
William278
2024-12-08 14:11:47 +00:00
parent c2a32cabc5
commit 8e4678468e

View File

@@ -159,7 +159,7 @@ public class Settings {
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public static class RedisSettings {
@Comment("Specify the credentials of your Redis database here. Set \"password\" to '' if you don't have one")
@Comment("Specify the credentials of your Redis server here. Set \"password\" to '' if you don't have one")
private RedisCredentials credentials = new RedisCredentials();
@Getter