aboutsummaryrefslogtreecommitdiff
path: root/.zed/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.zed/tasks.json')
-rw-r--r--.zed/tasks.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zed/tasks.json b/.zed/tasks.json
index ee4c082..c11d9cc 100644
--- a/.zed/tasks.json
+++ b/.zed/tasks.json
@@ -65,7 +65,7 @@
65 65
66 "env": { 66 "env": {
67 "SECRET": "secret", 67 "SECRET": "secret",
68 "SERVER_BIND": "0.0.0.0:8080", 68 "SERVER_BIND": "0.0.0.0:8888",
69 "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue" 69 "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue"
70 }, 70 },
71 71
@@ -83,7 +83,7 @@
83 83
84 "env": { 84 "env": {
85 "SECRET": "secret", 85 "SECRET": "secret",
86 "SERVER_BIND": "0.0.0.0:8080", 86 "SERVER_BIND": "0.0.0.0:8888",
87 "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue" 87 "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue"
88 }, 88 },
89 89