thevahidal / soul

🕉 A SQLite REST and realtime server
https://thevahidal.github.io/soul/
MIT License
1.45k stars 49 forks source link

Wrong name provided for rate limiting parameters in sample `.env` file #186

Closed IanMayo closed 2 months ago

IanMayo commented 2 months ago

Describe the bug The sample .env file uses the wrong argument names for the rate limiting parameters

Here is the relevant section of .env.sample: image

Here is the soul-cli code that reads in the environmental variables: image

Expected behavior The sample file should match the names that soul-cli is expecting.