summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/.env3
-rw-r--r--server/Rocket.toml1
2 files changed, 2 insertions, 2 deletions
diff --git a/server/.env b/server/.env
index a7bcd3f..4609cab 100644
--- a/server/.env
+++ b/server/.env
@@ -1 +1,2 @@
-RUST_LOG=debug
+RUST_LOG=info
+ROCKET_PROFILE=development
diff --git a/server/Rocket.toml b/server/Rocket.toml
index 30cfa17..6485b7c 100644
--- a/server/Rocket.toml
+++ b/server/Rocket.toml
@@ -1,4 +1,3 @@
[development]
-address = "localhost"
port = 11120
secret_key = "1SmYoERqnfzf8dhTNEMp1VYrK7UCYhCbijQtSaF5LOI="