mirror of
https://github.com/ChronosX88/Influence-Bootstrap-Node.git
synced 2024-11-09 18:01:01 +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(
|
.storage(
|
||||||
new StorageDisk(
|
new StorageDisk(
|
||||||
peerID,
|
peerID,
|
||||||
new File(System.getProperty("user.home") + "/.local/share"),
|
new File(DATA_DIR_PATH),
|
||||||
new RSASignatureFactory()
|
new RSASignatureFactory()
|
||||||
)
|
)
|
||||||
).start();
|
).start();
|
||||||
|
Loading…
Reference in New Issue
Block a user