Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable search across beneficiary, note, reason, account in /credits endpoint #120

Merged
merged 12 commits into from
Sep 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor Procfile and fly.toml files (#123)
  • Loading branch information
andersy005 committed Sep 11, 2024
commit d4a70c1c35fda1a6422f6c7566e180e02e2889b7
4 changes: 2 additions & 2 deletions fly.prod.toml
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@ PORT = "8000"
release_command = "bash -l release.sh"

[processes]
web = "gunicorn -w $OFFSETS_DB_WEB_CONCURRENCY -t 120 -k uvicorn.workers.UvicornWorker offsets_db_api.main:app --config gunicorn_config.py --access-logfile '-' --error-logfile '-'"
app = "gunicorn -w $OFFSETS_DB_WEB_CONCURRENCY -t 120 -k uvicorn.workers.UvicornWorker offsets_db_api.main:app --config gunicorn_config.py --access-logfile '-' --error-logfile '-'"


[[services]]
processes = ["web"]
processes = ["app"]
protocol = "tcp"
internal_port = 8000
force_https = true