aboutsummaryrefslogtreecommitdiff
path: root/.zed
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-09-14 23:27:25 +0300
committerTolmachev Igor <me@igorek.dev>2025-09-14 23:27:25 +0300
commit955598dce9aeb5626654c72b0ef94850123fa8ac (patch)
tree4fb161c2e67fdc161ebbca5ced271b6e7724dc30 /.zed
parent39bf8397949ea2738ac3dfc934fcc3f07a6b0b66 (diff)
downloadqueue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.tar.gz
queue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.zip
Add openapi specs and docs
Diffstat (limited to '.zed')
-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