Yet another key value store
Omegapoint Innovation Week 2024 Oct
Create a .env file
- HTTPS_PORT=8443
- GRPCS_PORT=7443
- SERVER_CERT=x509/localhost-cert.pem
- SERVER_KEY=x509/localhost-key.pem
- Generated self-signed cert for 7 days for localhost
openssl req -x509 -newkey rsa:4096 -keyout x509/localhost-key.pem -out x509/localhost-cert.pem -days 7 -nodes -subj "/CN=localhost" -addext "subjectAltName=DNS:localhost"
To run some load tests in /test