summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rocket.toml b/Rocket.toml
index 9037d62..f4b1577 100644
--- a/Rocket.toml
+++ b/Rocket.toml
@@ -1,9 +1,9 @@
[development]
address = "localhost"
-port = 8008
+port = 8000
#workers = [number of cpus * 2]
keep_alive = 5
-log = "debug"
+log = "normal"
#secret_key = [randomly generated at launch]
limits = { forms = 32768 }