mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 04:44:30 -04:00
Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet
This commit is contained in:
parent
a5a04fe72c
commit
ba3d04fed1
6 changed files with 57 additions and 31 deletions
|
@ -31,7 +31,7 @@ import lighthouse.files.AppDirectory;
|
|||
|
||||
public class ConfigLoader {
|
||||
private static final Logger log = LoggerFactory.getLogger(ConfigLoader.class);
|
||||
private static final String configFilePath = AppDirectory.dir() + "/bitsquare.config";
|
||||
private static final String configFilePath = AppDirectory.dir() + "/bitsquare.conf";
|
||||
|
||||
public static Properties loadConfig() {
|
||||
Properties properties = new Properties();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue