Skip to content

Commit

Permalink
chore(configurer): change env name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 11, 2024
1 parent 41b6aa2 commit d7177d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configurer/database
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
connection: {
host: Env('DB_HOST', 'localhost'),
port: Env('DB_PORT', 3306),
user: Env('DB_USER', 'root'),
user: Env('DB_USERNAME', 'root'),
password: Env('DB_PASSWORD', 'root'),
database: Env('DB_DATABASE', 'athenna')
},
Expand All @@ -51,7 +51,7 @@ export default {
connection: {
host: Env('DB_HOST', 'localhost'),
port: Env('DB_PORT', 5432),
user: Env('DB_USER', 'root'),
user: Env('DB_USERNAME', 'root'),
password: Env('DB_PASSWORD', 'root'),
database: Env('DB_DATABASE', 'athenna')
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/database",
"version": "4.29.0",
"version": "4.30.0",
"description": "The Athenna database handler for SQL/NoSQL.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down

0 comments on commit d7177d9

Please sign in to comment.