mirror of
https://github.com/pushbits/server.git
synced 2025-06-09 22:22:01 +02:00
Implement deletion of users
This commit is contained in:
parent
18d11677ac
commit
f6ca287d0b
10 changed files with 112 additions and 35 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue