Skip to content

Commit

Permalink
chore: 🤖 Environment variables are not properly documented
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 7, 2024
1 parent ff79ebb commit 5595f9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GATEWAY_HOST=
GATEWAY_PORT=
GATEWAY_HOST=localhost
GATEWAY_PORT=3333

USER_HOST=
USER_PORT=
USER_HOST=localhost
USER_PORT=15001

TASK_HOST=
TASK_PORT=
TASK_HOST=localhost
TASK_PORT=15002

0 comments on commit 5595f9d

Please sign in to comment.