You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,7 +90,7 @@ fun Application.configureRouting(serverConfig: ServerConfig, markdownManagerRepo
90
90
if (call.queryParameters["download"] =="true") {
91
91
call.respondFile(file = zipFile)
92
92
} else {
93
-
call.respond("Certificates and keystore have been successfully generated at ${ServerConfiguration.jarDir.pathString}. A ZIP file containing all these files is also saved in the same directory.")
93
+
call.respond("Certificates and keystore have been successfully generated at ${ServerConfiguration.serverJarDir.pathString}. A ZIP file containing all these files is also saved in the same directory.")
94
94
}
95
95
}
96
96
}
@@ -247,7 +247,7 @@ fun Application.configureRouting(serverConfig: ServerConfig, markdownManagerRepo
247
247
248
248
get(Route.Sync.SERVER_IS_CONFIGURED.name) {
249
249
val placeHolderValue =
250
-
if ((useSysEnvValues().not() && serverConfig.hostAddress!=InetAddress.getLocalHost().hostAddress) || (useSysEnvValues() &&System.getenv(
250
+
if ((useSysEnvValues().not() && serverConfig.serverHost!=InetAddress.getLocalHost().hostAddress) || (useSysEnvValues() &&System.getenv(
0 commit comments