summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml6
1 files changed, 3 insertions, 3 deletions
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 }