Skip to content

Commit

Permalink
Fix additional typos in config for didkit-http
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 15, 2023
1 parent 6cfbb24 commit 3597378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/defaults.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[default.http]
# DIDKIT_HTTP_PORT
# DIDKIT_HTTP_HTTP_PORT
port = 3000
# DIDKIT_HTTP_ADDRESS
# DIDKIT_HTTP_HTTP_ADDRESS
address = [127, 0, 0, 1]
# DIDKIT_HTTP_BODYSIZELIMIT
# DIDKIT_HTTP_HTTP_BODYSIZELIMIT
bodysizelimit = 2097152 # 2MiB

[default.issuer]
Expand Down

0 comments on commit 3597378

Please sign in to comment.