Skip to content

Commit b6b78cb

Browse files
committed
chore: wip
1 parent 2691c48 commit b6b78cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/database.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineDatabaseConfig({
1212
url: env('DATABASE_URL', ''),
1313
host: 'localhost',
1414
port: 3306,
15-
database: 'stacks',
16-
username: 'root',
17-
password: 'root_pass',
15+
database: env('DATABASE_NAME', ''),
16+
username: env('DATABASE_USERNAME', ''),
17+
password: env('DATABASE_PASSWORD', '')
1818
})

0 commit comments

Comments
 (0)