diff --git a/client/.env.example b/client/.env.example index 0ee22117..a493a459 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1 +1,2 @@ -NEXT_PUBLIC_API_DOMAIN="http://localhost:8000" +SELF_PATH=/client/ +NEXT_PUBLIC_API_URL=http://localhost:3000/api