mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-14 15:37:04 +00:00
show default apikey path
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user