diff options
| author | Tolmachev Igor <me@igorek.dev> | 2025-09-14 23:27:25 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2025-09-14 23:27:25 +0300 |
| commit | 955598dce9aeb5626654c72b0ef94850123fa8ac (patch) | |
| tree | 4fb161c2e67fdc161ebbca5ced271b6e7724dc30 /.zed/tasks.json | |
| parent | 39bf8397949ea2738ac3dfc934fcc3f07a6b0b66 (diff) | |
| download | queue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.tar.gz queue_server-955598dce9aeb5626654c72b0ef94850123fa8ac.zip | |
Add openapi specs and docs
Diffstat (limited to '.zed/tasks.json')
| -rw-r--r-- | .zed/tasks.json | 4 |
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 | ||
