mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
change default config file
This commit is contained in:
parent
0d7677e341
commit
af2c7a0b80
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
conf := flag.String("conf", "ergonomadic.json", "ergonomadic config file")
|
||||
conf := flag.String("conf", "ergonomadic.conf", "ergonomadic config file")
|
||||
initdb := flag.Bool("initdb", false, "initialize database")
|
||||
passwd := flag.String("genpasswd", "", "bcrypt a password")
|
||||
flag.Parse()
|
||||
|
Loading…
Reference in New Issue
Block a user