Implement deletion of users

This commit is contained in:
eikendev 2020-07-27 00:53:32 +02:00
parent 18d11677ac
commit f6ca287d0b
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
10 changed files with 112 additions and 35 deletions

View file

@ -28,7 +28,7 @@ func configFiles() []string {
// Get returns the configuration extracted from env variables or config file.
func Get() *Configuration {
config := new(Configuration)
config := &Configuration{}
err := configor.New(&configor.Config{
Environment: "production",