1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-03 20:45:26 +02:00

Provide link to mock user data

This commit is contained in:
sauls8t 2018-09-07 17:47:08 +01:00
parent e03497032b
commit 8ab23c657b

View file

@ -23,7 +23,7 @@ func startRuntime() (rt *env.Runtime, s *domain.Store) {
rt = new(env.Runtime) rt = new(env.Runtime)
s = new(domain.Store) s = new(domain.Store)
rt.Log = logging.NewLogger() rt.Log = logging.NewLogger(false)
web.Embed = embed.NewEmbedder() web.Embed = embed.NewEmbedder()
rt.Product = env.ProdInfo{} rt.Product = env.ProdInfo{}
@ -61,3 +61,5 @@ func setupContext() domain.RequestContext {
ctx.OrgID = "test" ctx.OrgID = "test"
return ctx return ctx
} }
// For dummy user data https://www.mockaroo.com