diff --git a/Jube.App/Startup.cs b/Jube.App/Startup.cs
index 55eab93..4e85d99 100755
--- a/Jube.App/Startup.cs
+++ b/Jube.App/Startup.cs
@@ -223,25 +223,18 @@ public void ConfigureServices(IServiceCollection services)
Console.WriteLine("");
Console.WriteLine(
"You should have received a copy of the GNU Affero General Public License along with Jubeā¢. If not, see .");
-
- if (!dynamicEnvironment.AppSettings("ShowWelcomeMessage").Equals("True", StringComparison.Ordinal)) return;
-
+
Console.WriteLine("");
Console.WriteLine(
"If you are seeing this message it means that database migrations have completed and the database is fully configured with required Tables, Indexes and Constraints.");
Console.WriteLine("");
Console.WriteLine("Comprehensive documentation is available via https://jube-home.github.io/jube.");
Console.WriteLine("");
- Console.WriteLine("For community support join the [matrix] room at jube:matrix.org.");
- Console.WriteLine("");
Console.WriteLine(
"Use a web browser (e.g. Chrome) to navigate to the user interface via default endpoint https:/// (for example https://127.0.0.1:5001/ given ASPNETCORE_URLS=https://127.0.0.1:5001/). The default user name \\ password is 'Administrator' \\ 'Administrator' but will need to be changed on first use. Availability of the user interface may be a few moments after this messages as the Kestrel web server starts and endpoint routing is established.");
Console.WriteLine("");
Console.WriteLine(
"The default endpoint for posting example transaction payload is https:///api/invoke/EntityAnalysisModel/90c425fd-101a-420b-91d1-cb7a24a969cc/.Example JSON payload is available in the documentation via at https://jube-home.github.io/jube/Configuration/Models/Models/.");
- Console.WriteLine("");
- Console.WriteLine(
- "To suppress this startup message set the Environment Variable ShowWelcomeMessage to False.");
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
diff --git a/Jube.DynamicEnvironment/DynamicEnvironment.cs b/Jube.DynamicEnvironment/DynamicEnvironment.cs
index 83671e1..6f40889 100644
--- a/Jube.DynamicEnvironment/DynamicEnvironment.cs
+++ b/Jube.DynamicEnvironment/DynamicEnvironment.cs
@@ -103,8 +103,7 @@ public DynamicEnvironment(ILog log)
{"CallbackTimeout", "3000"},
{"StreamingActivationWatcher", "True"},
{"WaitPollFromActivationWatcherTable", "5000"},
- {"WaitTtlCounterDecrement", "60000"},
- {"ShowWelcomeMessage", "True"}
+ {"WaitTtlCounterDecrement", "60000"}
};
_log.Info(