mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
chore: Just use "XMR Nodes Aggregator" for Fiber app name
This commit is contained in:
parent
64cd0c4e19
commit
02a4728574
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func serve() {
|
||||||
app := fiber.New(fiber.Config{
|
app := fiber.New(fiber.Config{
|
||||||
Prefork: appCfg.Prefork,
|
Prefork: appCfg.Prefork,
|
||||||
ProxyHeader: appCfg.ProxyHeader,
|
ProxyHeader: appCfg.ProxyHeader,
|
||||||
AppName: "ditatompel's XMR Nodes HTTP server",
|
AppName: "XMR Nodes Aggregator",
|
||||||
})
|
})
|
||||||
|
|
||||||
// recover
|
// recover
|
||||||
|
|
Loading…
Reference in a new issue