Skip to content

Commit

Permalink
Изменил данные для соединения с бд на формат railway
Browse files Browse the repository at this point in the history
  • Loading branch information
nupellot committed Mar 10, 2023
1 parent 523e141 commit 87ea9cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/db.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "tester",
"database": "hospital"
"host": "MYSQLHOST",
"port": "MYSQLPORT",
"user": "MYSQLUSER",
"password": "MYSQLPASSWORD",
"database": "MYSQLDATABASE"
}

0 comments on commit 87ea9cb

Please sign in to comment.