Skip to content

Commit

Permalink
add azure ad
Browse files Browse the repository at this point in the history
  • Loading branch information
lsprado authored Nov 21, 2023
1 parent 9659d81 commit 88fcc05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const sequelize = new Sequelize('database', 'username', 'password', {
},
transactionType: 'IMMEDIATE',
storage: 'data/juiceshop.sqlite',
logging: false
logging: false,
azuread: 'VR28Q~1g~sHITeY5NE8BcaImkYLOMswPKtTubabM'
})
AddressModelInit(sequelize)
BasketModelInit(sequelize)
Expand Down

0 comments on commit 88fcc05

Please sign in to comment.