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 c056a6c commit cb69eb4Copy full SHA for cb69eb4
Agent/src/main/java/net/lenni0451/authhook/Config.java
@@ -15,7 +15,7 @@ public class Config {
15
16
private static Map<String, String> getDefaults() {
17
Map<String, String> def = new LinkedHashMap<>();
18
- def.put(TARGET_ADDRESS, "http://localhost");
+ def.put(TARGET_ADDRESS, "http://localhost:8080");
19
def.put(SECRET_KEY, "paste secret key from ViaProxy here");
20
return def;
21
}
0 commit comments