mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-28 11:12:23 -04:00
Rename config file from bitsquare.{conf=>properties}
This commit is contained in:
parent
f23a1b8fa6
commit
1fcd0343d5
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class BitsquareEnvironment extends StandardEnvironment {
|
|||
}
|
||||
|
||||
PropertySource<?> filesystemProperties() throws Exception {
|
||||
String location = String.format("file:%s/bitsquare.conf", appDataDir);
|
||||
String location = String.format("file:%s/bitsquare.properties", appDataDir);
|
||||
Resource resource = resourceLoader.getResource(location);
|
||||
|
||||
if (!resource.exists())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue