Merge pull request #19 from Philreact/master-20

show default apikey path
This commit is contained in:
kennycud
2025-08-27 18:06:08 -07:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ public class Settings {
/** Legacy API key (deprecated Nov 2021). Use /admin/apikey/generate API endpoint instead */
private String apiKey = null;
/** Storage location for API key generated by API (Nov 2021 onwards) */
private String apiKeyPath = "";
private String apiKeyPath = System.getProperty("user.dir");
/** Whether to allow automatic authentication from localhost (loopback) addresses */
private boolean localAuthBypassEnabled = false;