docs: 📝 Configuration and benchmarks now details

This commit is contained in:
Kainoa Kanter 2022-03-19 11:11:28 -07:00 committed by GitHub
parent 8f8b234b1f
commit bd238e3e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)