1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

docs: update docs for new config format

This commit is contained in:
Ferdinand Mütsch
2020-10-04 11:35:23 +02:00
parent ff3fea0359
commit 29619f09ed
5 changed files with 32 additions and 12 deletions

View File

@ -106,9 +106,9 @@ func migrateLegacyConfig() error {
MaxConn: dbMaxConn,
},
Server: serverConfig{
Port: port,
Addr: addr,
BasePath: basePath,
Port: port,
ListenIpV4: addr,
BasePath: basePath,
},
}