Skip to content

Commit

Permalink
Merge branch 'main' into leptos-example
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Jun 30, 2024
2 parents 6b7baf4 + 4ecb8d7 commit e11ccab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/full/config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ secret = "secret-dev"
[database]
uri = "postgres://roadster:roadster@localhost:5432/full_dev"

[service.sidekiq]
num-workers = 2

[service.sidekiq.redis]
uri = "redis://localhost:6379"
3 changes: 3 additions & 0 deletions examples/full/config/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ secret = "secret-test"
[database]
uri = "postgres://roadster:roadster@localhost:5433/full_test"

[service.sidekiq]
num-workers = 2

[service.sidekiq.redis]
uri = "redis://localhost:6380"

0 comments on commit e11ccab

Please sign in to comment.