Fixed location of DB

This commit is contained in:
ChronosX88 2019-03-09 19:14:44 +04:00
parent 55549f49d9
commit 911a6151a3
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A
2 changed files with 1 additions and 7 deletions

View File

@ -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>

View File

@ -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();