Skip to content

Commit

Permalink
chore: Adding config to be more visible. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 15, 2023
1 parent 4eccc84 commit 7f0fee3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ config :phoenix, :json_library, Jason
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"

# When deploying to `fly.io`, you can delete this or leave it in.
# It only makes sense to set it to `true` if you're changing models
# in deployment.
#
# So, you run `fly deploy` with this set to `true`.
# After deploying, you set it to `false` and deploy it again,
# so the application doesn't download the model again on every restart.
config :app,
force_models_download: false

0 comments on commit 7f0fee3

Please sign in to comment.