mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
add todo list for later into config loader
This commit is contained in:
parent
af4e180b2c
commit
4d58ee1742
@ -27,6 +27,11 @@ public interface ConfigLoader {
|
|||||||
loadConfig(plugin, dataFolder.toPath());
|
loadConfig(plugin, dataFolder.toPath());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// There currently a problem with the SSL/TLS connections
|
||||||
|
// looking into the Jedis source code you can pass some form of
|
||||||
|
// Domain Validation, SSL factory from javax packages
|
||||||
|
// todo: create Domain valdiation
|
||||||
|
// todo: add new config options for ssl certs locations
|
||||||
default void loadConfig(RedisBungeePlugin<?> plugin, Path dataFolder) throws IOException {
|
default void loadConfig(RedisBungeePlugin<?> plugin, Path dataFolder) throws IOException {
|
||||||
Path configFile = createConfigFile(dataFolder);
|
Path configFile = createConfigFile(dataFolder);
|
||||||
final YAMLConfigurationLoader yamlConfigurationFileLoader = YAMLConfigurationLoader.builder().setPath(configFile).build();
|
final YAMLConfigurationLoader yamlConfigurationFileLoader = YAMLConfigurationLoader.builder().setPath(configFile).build();
|
||||||
|
Loading…
Reference in New Issue
Block a user