How can we help you today? How can we help you today?

Flyway 6.5.0 toml file and git

Howdy. Wondering if the flyway.user.toml file should be added to gitignore?
JR_AUS
0

Comments

2 comments

  • DanC
    Hi @JR_AUS

    Indeed it should, especially if you're using a shared project across a team, as the Flyway.user.toml just contains details for your local connections with the development & shadow database. Each user will have their own local copy of the file with their connections. It should also be added to the .gitignore file by default

    Hope this helps!
    DanC
    0
  • JR_AUS
    Terrific, many thanks!
    JR_AUS
    0

Add comment

Please sign in to leave a comment.