Skip to content

Commit

Permalink
chore: skip migrations for faster startup
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Nov 19, 2024
1 parent d02b4ca commit 7ab9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env: heroku
quick_start: false # whether to skip initial tasks on application startup, like summary generation
skip_migrations: false # whether to intentionally not run database migrations, only use for dev purposes
skip_migrations: true # whether to intentionally not run database migrations, only use for dev purposes
enable_pprof: false # whether to expose pprof (https://pkg.go.dev/runtime/pprof) profiling data as an endpoint for debugging

server:
Expand Down

0 comments on commit 7ab9d43

Please sign in to comment.