We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a280ad8 commit 38fe0efCopy full SHA for 38fe0ef
1 file changed
src/main/java/mServer/crawler/sender/zdf/ZdfConfiguration.java
@@ -8,8 +8,8 @@ public class ZdfConfiguration {
8
private Optional<String> videoAuthKey;
9
10
public ZdfConfiguration() {
11
- searchAuthKey = Optional.empty();
12
- videoAuthKey = Optional.empty();
+ searchAuthKey = Optional.of("5bb200097db507149612d7d983131d06c79706d5");
+ videoAuthKey = Optional.of("20c238b5345eb428d01ae5c748c5076f033dfcc7");
13
}
14
15
public Optional<String> getSearchAuthKey() {
0 commit comments