summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-02-11 17:45:56 +0000
committerDennis Kobert <dennis@kobert.dev>2020-02-11 17:45:56 +0000
commit4c3cd7f8025209a8e95bc1d598e35a23cbcd945e (patch)
tree30bcf2fe473ae499d79debb5607cbe1f981926b0 /Rocket.toml
parentc9d8f5415453e5caf22a3af87299bf26560d22da (diff)
Deployment stuff
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 }