mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-26 15:51:02 -04:00
set default port to 5150 for veilid-server in config
improve testing fixtures
This commit is contained in:
parent
a1b6da5ab4
commit
55de1dcb5c
6 changed files with 28 additions and 9 deletions
|
@ -11,7 +11,7 @@ void veilidInit() {
|
|||
enabled: true,
|
||||
level: VeilidConfigLogLevel.debug,
|
||||
logsInTimings: true,
|
||||
logsInConsole: false),
|
||||
logsInConsole: true),
|
||||
api: VeilidWASMConfigLoggingApi(
|
||||
enabled: true, level: VeilidConfigLogLevel.info)));
|
||||
Veilid.instance.initializeVeilidCore(platformConfig.toJson());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue