Having problems to get the Qortal wallet to run. After I downloaded the current provided version in the opening thread I run the .sh file. According to the log file the wallet should run on port 12392 while the API run on port 12391. But when I call 127.0.0.1:12392 the page is not found while calling 127.0.0.1:12391 gives me a page which says I must enable API documentation in settings file. Any help?
in settings.json
{
"apiWhitelist": [
"0.0.0.0/0",
"::/0"
],
"uiPort": 12390,
"apiPort": 12391,
"listenPort": 12392,
"autoUpdateEnabled": true,
"apiDocumentationEnabled": true,
"apiRestricted": false
}
Thanks, I added it to settings.json file. It is normal that the settings file is shipped empty

However, it does not work. Nor of the three ports are found after starting the wallet. Followin is the content of log.txt.1 file:
2020-07-04 20:07:09 INFO Controller:270 - Starting up...
2020-07-04 20:07:12 INFO Settings:181 - Using settings file: settings.json
2020-07-04 20:07:13 INFO BlockChain:214 - Using default, resources-based blockchain config
2020-07-04 20:07:13 INFO Controller:185 - Build timestamp: 20200505151835
2020-07-04 20:07:13 INFO Controller:192 - Build version: qortal-1.0.8-bd0bc79
2020-07-04 20:07:13 INFO Controller:291 - Starting NTP
2020-07-04 20:07:13 INFO Controller:298 - Starting repository
2020-07-04 20:07:14 INFO Controller:315 - Validating blockchain
2020-07-04 20:07:15 INFO Controller:324 - Our chain height at start-up: 1
2020-07-04 20:07:15 INFO Controller:332 - Starting controller
2020-07-04 20:07:15 INFO Controller:335 - Starting networking on port 12392
2020-07-04 20:07:15 INFO SysTray:59 - Launching system tray icon
2020-07-04 20:07:15 WARN Translator:59 - Can't locate 'de' translation resource bundle for SysTray
2020-07-04 20:07:15 INFO Controller:355 - Starting block minter
2020-07-04 20:07:15 INFO Controller:365 - Starting auto-update
2020-07-04 20:07:15 INFO Controller:369 - Starting API on port 12391
2020-07-04 20:07:16 INFO Controller:422 - No NTP offset yet
2020-07-04 20:07:29 INFO Controller:417 - Adjusting system time by NTP offset: 22ms