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