mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-06-18 14:29:32 +00:00
update config based on latest logos-storage-nim
This commit is contained in:
parent
cb6aec92c1
commit
960700722e
@ -52,7 +52,7 @@ int app_main(LogosModules* modules, int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
const QString jsonConfig = "{"
|
||||
"\"listen-addrs\": [\"/ip4/0.0.0.0/tcp/8001\"],"
|
||||
"\"listen-port\": 8001,"
|
||||
"\"disc-port\": 9001,"
|
||||
"\"nat\": \"none\","
|
||||
"\"data-dir\": \"./downloader-data\","
|
||||
|
||||
@ -51,7 +51,7 @@ int app_main(LogosModules* modules, int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
const QString jsonConfig = "{"
|
||||
"\"listen-addrs\": [\"/ip4/0.0.0.0/tcp/8000\"],"
|
||||
"\"listen-port\": 8000,"
|
||||
"\"disc-port\": 9000,"
|
||||
"\"data-dir\": \"./uploader-data\","
|
||||
"\"nat\": \"none\""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user