chore: fix the db_type with default value of mysql
This commit is contained in:
parent
85d87bb45e
commit
b9603240d0
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ DB_PORT=3306
|
|||
DB_USERNAME=std_notes_user
|
||||
DB_PASSWORD=changeme123
|
||||
DB_DATABASE=standard_notes_db
|
||||
DB_TYPE=mysql
|
||||
|
||||
#########
|
||||
# CACHE #
|
||||
|
|
Loading…
Reference in a new issue