Skip to content

Commit cb69eb4

Browse files
committed
Fixed default config
1 parent c056a6c commit cb69eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Agent/src/main/java/net/lenni0451/authhook/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Config {
1515

1616
private static Map<String, String> getDefaults() {
1717
Map<String, String> def = new LinkedHashMap<>();
18-
def.put(TARGET_ADDRESS, "http://localhost");
18+
def.put(TARGET_ADDRESS, "http://localhost:8080");
1919
def.put(SECRET_KEY, "paste secret key from ViaProxy here");
2020
return def;
2121
}

0 commit comments

Comments
 (0)