summarylogtreecommitdiffstats
path: root/Rocket.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rocket.toml b/Rocket.toml
new file mode 100644
index 000000000000..52c39a301b41
--- /dev/null
+++ b/Rocket.toml
@@ -0,0 +1,7 @@
+[production]
+address = "0.0.0.0"
+port = 80
+workers = [number_of_cpus * 2]
+log = "critical"
+secret_key = [randomly generated at launch]
+limits = { forms = 32768 }