blob: 84dc6e8e0f77bb8198e5e308cb73b89386e34ec3 [file] [log] [blame]
development:
dialect: mysql
datasource: playground:@tcp(localhost:3306)/playground?parseTime=true
dir: ./migrations
table: migrations
production:
dialect: mysql
datasource: <username>:<password>@tcp(<ip_address>:3306)/<database>
dir: ./migrations
table: migrations