18 lines
797 B
Plaintext
18 lines
797 B
Plaintext
# ----------------------------- Local Environment ---------------------------- #
|
|
|
|
NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api"
|
|
NEXT_PUBLIC_WS_ENDPOINT="http://localhost:5000/"
|
|
# ---------------------------------------------------------------------------- #
|
|
|
|
# -------------------------- Production Environment -------------------------- #
|
|
|
|
#NEXT_PUBLIC_REST_ENPOINT="https://demo.oktopus.app.br/api"
|
|
#NEXT_PUBLIC_WS_ENPOINT="https://demo.oktopus.app.br/"
|
|
# ---------------------------------------------------------------------------- #
|
|
|
|
# ---------------------------- Mocked Environment ---------------------------- #
|
|
|
|
#NEXT_PUBLIC_REST_ENPOINT="https://d9962fd9-2464-4a30-9a86-a15a04b57ad0.mock.pstmn.io"
|
|
|
|
# ---------------------------------------------------------------------------- #
|