Fixed hardcoded database name
This commit is contained in:
@@ -12,7 +12,7 @@ const pool = mariadb.createPool({
|
||||
connectionLimit: 5,
|
||||
connectTimeout: 10000, // give it more breathing room
|
||||
acquireTimeout: 15000,
|
||||
database: 'ranger_unit_tracker',
|
||||
database: process.env.DB_PASSWORD,
|
||||
ssl: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user