This commit is contained in:
parent
1b3259a73b
commit
ea24932476
2 changed files with 13 additions and 5 deletions
|
|
@ -27,8 +27,8 @@ import (
|
|||
func main() {
|
||||
log.Debug("Starting merch-parser-api")
|
||||
//setup config
|
||||
//c := config.NewConfig()
|
||||
c := config.DevConfig()
|
||||
c := config.NewConfig()
|
||||
//c := config.DevConfig()
|
||||
ctx := context.Background()
|
||||
|
||||
//log level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue