1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-31 22:09:57 +00:00

misc: finalized env name

This commit is contained in:
Sheen Capadngan
2024-10-08 21:38:38 +08:00
parent 68c38f228d
commit e191a72ca0

@ -149,7 +149,7 @@ export const executeMigration = async (url: string) => {
});
};
const dbUrl = process.env.AUDIT_LOGS_DB_URL;
const dbUrl = process.env.AUDIT_LOGS_DB_CONNECTION_URI;
if (!dbUrl) {
console.error("Please provide a DB connection URL as the first argument.");
process.exit(1);