Skip to content

Commit 3f7d597

Browse files
committed
EBF version patch
1 parent feda914 commit 3f7d597

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Default configuration
1515
const host = process.env?.DATABASE_HOST || 'localhost';
1616
const port = process.env?.DATABASE_PORT || 3306;
17-
const username = process.env?.DATABASE_USERNAME || 'cern';
17+
const username = process.env?.DATABASE_USERNAME || 'root';
1818
const password = process.env?.DATABASE_PASSWORD || 'cern';
1919
const database = process.env?.DATABASE_NAME || 'bookkeeping';
2020
const charset = process.env?.DATABASE_CHARSET || 'utf8mb4';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"author": "ALICEO2",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)