Skip to content

Commit

Permalink
remove go templates from encryption docs
Browse files Browse the repository at this point in the history
they might conflict with mkdocs and if it turns out to be true I might
have to switch back to raw github pages
  • Loading branch information
arriven committed Mar 22, 2022
1 parent 0fe364e commit b2b86e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-docs/config-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ _Note:_ each single decryption needs at least 256mb of RAM to set up an encrypti
"count": 100,
"args": {
"address": "localhost:9090",
"body": "{{ random_payload 100 }}",
"body": "payload",
"interval_ms": 1000
}
},
Expand All @@ -141,7 +141,7 @@ _Note:_ each single decryption needs at least 256mb of RAM to set up an encrypti
"count": 100,
"args": {
"address": "localhost:9091",
"body": "{{ random_payload 100 }}",
"body": "payload",
"interval_ms": 1000
}
}
Expand Down

0 comments on commit b2b86e6

Please sign in to comment.