Skip to content

Commit

Permalink
rename env db name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamena2020 committed Feb 8, 2023
1 parent edbff6b commit f8bc22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (process.env.DB_DEBUG_LOG == "true" || process.env.DB_DEBUG_LOG == true)
const databaseConfig = {
"username": process.env.DB_USERNAME ?? 'root',
"password": process.env.DB_PASSWORD ?? null,
"database": process.env.DB_DATABASE ?? "2023_dapp",
"database": process.env.DB_NAME || "",
"host": process.env.DB_HOST ?? "localhost",
"dialect": process.env.DB_CONNECTION,
"logging": logging
Expand Down

0 comments on commit f8bc22e

Please sign in to comment.