We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fc16f commit b118f02Copy full SHA for b118f02
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/Configuration.java
@@ -303,7 +303,7 @@ public final class Configuration {
303
304
private Set<String> disabledRepositories;
305
306
- private Set<String> authenticationTokens;
+ private Set<String> authenticationTokens; // for non-localhost API access
307
308
/*
309
* types of handling history for remote SCM repositories:
0 commit comments