Skip to content

Commit

Permalink
change DB_MONITOR_SCHEMA env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
leovergaramarq committed Jun 7, 2024
1 parent cb65352 commit 482426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const DB_HOST = process.env.DB_HOST || 'localhost';
export const DB_PORT = process.env.DB_PORT || 3306;
export const DB_USER = process.env.DB_USER || 'root'
export const DB_PASSWORD = process.env.DB_PASSWORD || 'secret';
export const DB_MONITOR_SCHEMA = process.env.DB_MONITOR || 'monitor'
export const DB_MONITOR_SCHEMA = process.env.DB_MONITOR_SCHEMA || 'monitor'

0 comments on commit 482426e

Please sign in to comment.