BE ```ts AuthModule.forRoot({ connectionUri:...
# support-questions
b
BE
Copy code
ts
AuthModule.forRoot({
      connectionUri: 'https://try.supertokens.com',
      appInfo: {
        // Learn more about this on https://supertokens.com/docs/thirdpartyemailpassword/appinfo
        appName: 'tlantli',
        apiDomain: 'http://localhost:5555',
        websiteDomain: 'http://localhost:3000',
        apiBasePath: '/api/auth',
        websiteBasePath: '/auth',
      },
    }),