1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

fix webapp masterdb

This commit is contained in:
Lee Brown
2019-08-29 01:07:49 -08:00
parent 58b436860e
commit e333a56ca0
4 changed files with 5 additions and 5 deletions

View File

@ -452,9 +452,9 @@ func main() {
prjRepo := project.NewRepository(masterDb)
appCtx := &handlers.AppContext{
Log: log,
Env: cfg.Env,
//MasterDB: masterDb,
Log: log,
Env: cfg.Env,
MasterDB: masterDb,
Redis: redisClient,
TemplateDir: cfg.Service.TemplateDir,
StaticDir: cfg.Service.StaticFiles.Dir,