serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

Add default port #131

Open dcastro opened 2 years ago

dcastro commented 2 years ago

Clarification and motivation

As of #126, the servant server now requires the user to specify a port (either via a command line option or an env var).

It could be useful to use some default port (say, 8081) when neither a command line option nor an env var are set, to make it easier to start the server during development.

Acceptance criteria