fp/services/next/app/config/appInfo.ts

8 lines
283 B
TypeScript
Raw Normal View History

2024-11-05 19:48:21 +00:00
export const appInfo = {
// learn more about this on https://supertokens.com/docs/thirdpartyemailpassword/appinfo
appName: "futureporn",
apiDomain: "https://next.fp.sbtp.xyz",
websiteDomain: "https://next.fp.sbtp.xyz",
apiBasePath: "/api/auth",
websiteBasePath: "/auth"
}