mirror of
https://github.com/ChronosX88/Influence-Bootstrap-Node.git
synced 2024-11-08 17:31:00 +00:00
Fixed location of DB
This commit is contained in:
parent
55549f49d9
commit
911a6151a3
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -47,7 +47,7 @@ public class Main {
|
||||
.storage(
|
||||
new StorageDisk(
|
||||
peerID,
|
||||
new File(System.getProperty("user.home") + "/.local/share"),
|
||||
new File(DATA_DIR_PATH),
|
||||
new RSASignatureFactory()
|
||||
)
|
||||
).start();
|
||||
|
Loading…
Reference in New Issue
Block a user