This commit is contained in:
ThatOneCalculator 2022-03-19 11:20:42 -07:00
commit 18fb4616f9
1 changed files with 8 additions and 0 deletions

View File

@ -106,6 +106,8 @@ cargo build --release
### Configuration
<details>
| Key | Values | Description |
| ------------------------------------------ | ------------------------ | ------------------------------------------------------------------------------ |
| server.backend_host | 127.0.0.1 or 0.0.0.0 | The host to run the backend on |
@ -119,10 +121,14 @@ cargo build --release
| logging.on_post_paste | true or false | Log on new paste is made |
| logging.on_get_paste | true or false | Log on paste get |
</details>
# Benchmarks
###### Measured with Lighthouse and Firefox Network Performance Analysis
<details>
### Homepage
![image](https://user-images.githubusercontent.com/44733677/158523056-2d1b4a38-76f8-413f-b4df-5fd3d920dc66.png)
@ -133,6 +139,8 @@ cargo build --release
![image](https://user-images.githubusercontent.com/44733677/158522958-a226612f-3848-43be-876e-8822a4cc9907.png)
![image](https://user-images.githubusercontent.com/44733677/158523846-d79a94a5-64a5-475a-b481-e72141b47cf6.png)
</details>
# Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)