Skip to content

Commit

Permalink
reset server index file and init userroles recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Nov 10, 2023
1 parent 8196a87 commit 481d768
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ app.use(morgan("[:date[iso]] :url :method :status :response-time ms - :res[conte
SuperTokens.init({
framework: "express",
supertokens: {
connectionURI: "https://st-dev-fd533c00-7e09-11ee-a404-8962e21dfd1c.aws.supertokens.io",
apiKey: "Ee79bUTE4R5zu43fWi5hsfxhcJ",
// connectionURI: "https://st-dev-4d0a17a0-7d65-11ee-892e-af885d907f9e.aws.supertokens.io",
// apiKey: "LDY0PyT=TR1zCASPoENTiglToW",
connectionURI: "try.supertokens.com",
},
appInfo: {
appName: "Dashboard Dev Node",
Expand All @@ -50,6 +47,7 @@ SuperTokens.init({
recipeList: [
Dashboard.init({
// Keep this so that the dev server uses api key based login
apiKey: "test",
override: {
functions: (original) => {
return {
Expand Down

0 comments on commit 481d768

Please sign in to comment.