Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 28, 2023
1 parent a69f9c6 commit e200df2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sig-provider/sig-provider-server/config/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ enabled = true
addr = "0.0.0.0:8050"
max_body_size = 2097152

[server.http.cors]
enabled = false
allowed_origin = ""
allowed_methods = "PUT, GET, POST, OPTIONS, DELETE, PATCH"
allowed_credentials = true
max_age = 3600
block_on_origin_mismatch = false

[server.grpc]
enabled = false
addr = "0.0.0.0:8051"
Expand Down

0 comments on commit e200df2

Please sign in to comment.