summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-02-11 16:44:22 +0000
committerDennis Kobert <dennis@kobert.dev>2020-02-11 16:44:22 +0000
commite2c87c9cd2d0e72bcc143c6e3de74c1529b940c1 (patch)
tree3f16dbac3c460948fae3d32c75674780e692b5a0
parent9ba634c68ed46199ca12f8589b2958d20294f27c (diff)
Change port to 8085
-rw-r--r--Rocket.toml2
-rw-r--r--dist/sptotify/button.html (renamed from dist/button.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Rocket.toml b/Rocket.toml
index f4b1577..6da8a6a 100644
--- a/Rocket.toml
+++ b/Rocket.toml
@@ -18,7 +18,7 @@ limits = { forms = 32768 }
[production]
address = "0.0.0.0"
-port = 80
+port = 8080
#workers = [number of cpus * 2]
keep_alive = 5
log = "critical"
diff --git a/dist/button.html b/dist/sptotify/button.html
index da99833..da99833 100644
--- a/dist/button.html
+++ b/dist/sptotify/button.html