We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dbf3b commit 360d17eCopy full SHA for 360d17e
view/app/config/appInfo.ts
@@ -1,7 +1,7 @@
1
export const appInfo = {
2
// learn more about this on https://supertokens.com/docs/thirdpartyemailpassword/appinfo
3
appName: 'Nixopus',
4
- apiDomain: process.env.NEXT_PUBLIC_API_URL?.replace('/api', ''),
+ apiDomain: process.env.NEXT_PUBLIC_API_URL?.replace('/api', '') || 'http://localhost:8080',
5
websiteDomain: process.env.NEXT_PUBLIC_WEBSITE_DOMAIN || 'http://localhost:3000',
6
apiBasePath: '/auth',
7
websiteBasePath: '/auth'
0 commit comments