Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Jan 24, 2024
1 parent 8eadc43 commit 31a5870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# owlcms - fly.io cloud application management

[fly.io](https://fly.io) is a cloud deployment platform that is a very good match for [owlcms](https://github.com/jflamy/owlcms4) .
[fly.io](https://fly.io) is a cloud deployment platform that is a very good match for [owlcms](https://github.com/jflamy/owlcms4) .
Running on fly.io is free because the monthly fees are well below the minimal charging fees of 5 US$ and no bill is emitted.

This application automates the owlcms deployment process so that it is easy to
Expand All @@ -10,4 +10,4 @@ This application automates the owlcms deployment process so that it is easy to
- connect the two via a shared secret
- use the shared secret to connect an on-site (laptop) owlcms to the cloud publicresults

The application is deployed in the cloud at https://owlcms-cloud.fly.dev Standard disclaimers apply: there is no warranty, expressed or implied, as to the fitness of the application for any purpose. Do your own tests, and use the program if satisfied.
The application is deployed in the cloud at https://owlcms-cloud.fly.dev
2 changes: 1 addition & 1 deletion owlcms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ primary_region = "$REGION"
hard_limit = 50
soft_limit = 45

[http.services.concurrency]
[http_service.concurrency]
type = "requests"
hard_limit = 50
soft_limit = 45
Expand Down

0 comments on commit 31a5870

Please sign in to comment.