8 lines
283 B
TypeScript
8 lines
283 B
TypeScript
|
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"
|
||
|
}
|