You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webapp will be available at http://localhost:3000
100
+
Each app gets a stable `.localhost` URL via [portless](https://github.com/vercel-labs/portless):
101
+
102
+
| App | URL |
103
+
| ------ | ----------------------------------- |
104
+
| Webapp |http://refref-webapp.localhost:1355|
105
+
| WWW |http://refref-www.localhost:1355|
106
+
| API |http://refref-api.localhost:1355|
107
+
| Refer |http://refref-refer.localhost:1355|
108
+
| Acme |http://refref-acme.localhost:1355|
109
+
110
+
> Portless is a global CLI tool (`npm install -g portless`). The proxy auto-starts when you run `pnpm dev`. To bypass portless, set `PORTLESS=0 pnpm dev`.
100
111
101
112
### Environment Variables
102
113
@@ -109,7 +120,7 @@ The webapp will be available at http://localhost:3000
109
120
110
121
-`GOOGLE_CLIENT_ID` & `GOOGLE_CLIENT_SECRET` - For Google OAuth authentication
111
122
-`RESEND_API_KEY` - For sending emails via Resend
112
-
-`BETTER_AUTH_URL` - Authentication URL (defaults to http://localhost:3000)
123
+
-`BETTER_AUTH_URL` - Authentication URL (defaults to http://refref-webapp.localhost:1355)
0 commit comments