mirror of
https://github.com/zadam/trilium.git
synced 2025-01-25 00:18:15 +08:00
fix config.ini Network host not work (#1546)
This commit is contained in:
parent
3fa2535862
commit
138903cf28
1 changed files with 1 additions and 1 deletions
2
src/www
2
src/www
|
@ -36,7 +36,7 @@ let httpServer;
|
|||
|
||||
async function startTrilium() {
|
||||
const usedPort = await port;
|
||||
const usedHost = host;
|
||||
const usedHost = await host;
|
||||
|
||||
app.set('port', usedPort);
|
||||
app.set('host', usedHost);
|
||||
|
|
Loading…
Reference in a new issue