Merge pull request #250 from ArthurGing/main
fix, compose deploy .env.frontend typo
This commit is contained in:
commit
51052e17e2
|
|
@ -1,7 +1,7 @@
|
||||||
# ----------------------------- Local Environment ---------------------------- #
|
# ----------------------------- Local Environment ---------------------------- #
|
||||||
|
|
||||||
NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api"
|
NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api"
|
||||||
NEXT_PUBLIC_WS_ENPDOINT="http://localhost:5000/"
|
NEXT_PUBLIC_WS_ENDPOINT="http://localhost:5000/"
|
||||||
# ---------------------------------------------------------------------------- #
|
# ---------------------------------------------------------------------------- #
|
||||||
|
|
||||||
# -------------------------- Production Environment -------------------------- #
|
# -------------------------- Production Environment -------------------------- #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user