Skip to content

Commit 5b4f841

Browse files
oluademolaCaroFG
andauthored
Update src/tenant-token/backend/index.js
Co-authored-by: CaroFG <[email protected]>
1 parent cae0962 commit 5b4f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tenant-token/backend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const app = express();
66

77
const client = new MeiliSearch({
88
host: process.env.MEILI_HOST || "http://localhost:7700",
9-
apiKey: process.env.MEILI_MASTER_KEY,
9+
apiKey: process.env.MEILI_ADMIN_API_KEY,
1010
});
1111

1212
app.use(cors());

0 commit comments

Comments
 (0)