show default apikey path

This commit is contained in:
2025-08-24 19:31:32 +03:00
parent b7671d11b6
commit 69af3fff0e

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;