X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=bundles%2FConfig.java;h=86744b45b8d169d4d66e2e7dfa884d1d72f479a5;hp=c96ed22a93e47cf91374e525f38011866f6413fe;hb=c91f1830ed4f2947d04d14a60b537571fed4d92f;hpb=b459e462a5c3447d0693674253c40bc7385a4f66 diff --git a/bundles/Config.java b/bundles/Config.java index c96ed22..86744b4 100644 --- a/bundles/Config.java +++ b/bundles/Config.java @@ -102,9 +102,12 @@ public enum Config { @Meta(description = "Allow write access to the clients (download story, move story...) without RW subkeys", // format = Format.BOOLEAN, def = "true") SERVER_RW, // - @Meta(description = "If not empty, only the EXACT listed sources will be available for clients without BL subkeys",// + @Meta(description = "If not empty, only the EXACT listed sources will be available for clients without a WL subkey",// array = true, format = Format.STRING, def = "") SERVER_WHITELIST, // + @Meta(description = "Those sources will not be available for clients without a BL subkey",// + array = true, format = Format.STRING, def = "") + SERVER_BLACKLIST, // @Meta(description = "The subkeys that the server will allow, including the modes\nA subkey is used as a login for HTTP (clear text protocol) and HTTPS modes", // array = true, format = Format.STRING, def = "") SERVER_ALLOWED_SUBKEYS, //