add docker-compose.yml
This commit is contained in:
parent
f7b222b7f3
commit
32abb2ac26
5 changed files with 117 additions and 58 deletions
|
|
@ -26,7 +26,7 @@ func init() {
|
|||
RootCmd.AddCommand(serveCmd)
|
||||
|
||||
// Here you will define your flags and configuration settings.
|
||||
viper.SetDefault("port", "localhost:3000")
|
||||
viper.SetDefault("port", "3000")
|
||||
viper.SetDefault("log_level", "debug")
|
||||
|
||||
viper.SetDefault("auth_login_url", "http://localhost:3000/login")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue