Skip to content

Commit d7a9786

Browse files
committed
fix: correct username and password in env.dist
1 parent 3a2aef1 commit d7a9786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
DB_PORT=5432
77

88
# The database user name
9-
DB_USER=massbank3
9+
DB_USER=massbank_export_api_user
1010

1111
# The database password
12-
DB_PASSWORD=massbank3password
12+
DB_PASSWORD=massbank-export-api-password
1313

1414
# The name of the database
1515
DB_NAME=records

0 commit comments

Comments
 (0)