We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f9ef7 commit c18b8afCopy full SHA for c18b8af
src/server/server.go
@@ -22,7 +22,7 @@ import (
22
"github.com/tebben/geocodeur/settings"
23
)
24
25
-// Start starts the PGRest server with the given configuration.
+// Start starts the Geocodeur server with the given configuration.
26
// It initializes the necessary resources, sets up the main handler,
27
// and listens for incoming HTTP requests on the specified port.
28
func Start(config settings.Config) {
@@ -58,7 +58,7 @@ func Start(config settings.Config) {
58
serverStopCtx()
59
}()
60
61
- log.Info(fmt.Sprintf("PGRest started, running on port %v", config.Server.Port))
+ log.Info(fmt.Sprintf("Geocodeur started, running on port %v", config.Server.Port))
62
defer database.CloseDBPools()
63
64
err := server.ListenAndServe()
static/example.jpg
-27.9 KB
0 commit comments