forked from ebhomengo/niki
fix(mysql): fix datasource typo in dbconfig.yml
This commit is contained in:
parent
15698b18f9
commit
7289806707
|
@ -1,5 +1,5 @@
|
|||
production:
|
||||
dialect: mysql
|
||||
datasource: niki:nikiappt0lk2o20(localhost:3306)/niki_db?parseTime=true
|
||||
datasource: niki:nikiappt0lk2o20@(localhost:3306)/niki_db?parseTime=true
|
||||
dir: repository/mysql/migration
|
||||
table: gorp_migrations
|
||||
|
|
Loading…
Reference in New Issue