mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: finalized env name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user