VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

Refactor configuration settings #17

Closed ElCyborg closed 6 years ago

ElCyborg commented 6 years ago

My initial idea with having a config file had problems when the exectuable having to read a config file somewhere on the system.

These changes will make it so native go flags are used instead, which will enable easier operation of the program, and ability to have a simple binary included in scripts, among other things.