pre prod fixes

This commit is contained in:
2024-07-04 11:29:35 +01:00
parent 8b2dc95e84
commit 07de9705e4
6 changed files with 35 additions and 9 deletions
+6 -3
View File
@@ -38,8 +38,11 @@ export const getServerSideProps = async (ctx) => {
);
console.log(
"\n\n\n=================================================\n",
"Environment name:" + accountName,
"\n=================================================",
"\nEnvironment name: " + accountName,
"\nStorage account path: " +
`https://${accountName}.blob.core.windows.net`,
"\n creds: " + JSON.stringify(creds),
"\n=================================================\n"
);
@@ -48,7 +51,7 @@ export const getServerSideProps = async (ctx) => {
async function checkDB() {
const allUsers = await prisma.user.findMany();
console.log(
"\n\n\n=================================================\n",
"\n=================================================\n",
"Show users in Auth DB:\n",
allUsers,
"\n=================================================\n"