From 4c3cd7f8025209a8e95bc1d598e35a23cbcd945e Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 11 Feb 2020 17:45:56 +0000 Subject: Deployment stuff --- Rocket.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Rocket.toml') diff --git a/Rocket.toml b/Rocket.toml index 6da8a6a..afd3d0f 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,6 +1,6 @@ [development] address = "localhost" -port = 8000 +port = 8085 #workers = [number of cpus * 2] keep_alive = 5 log = "normal" @@ -18,9 +18,9 @@ limits = { forms = 32768 } [production] address = "0.0.0.0" -port = 8080 +port = 8085 #workers = [number of cpus * 2] keep_alive = 5 -log = "critical" +log = "normal" #secret_key = [randomly generated at launch] limits = { forms = 32768 } -- cgit v1.2.3-54-g00ecf