mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide link to mock user data
This commit is contained in:
parent
e03497032b
commit
8ab23c657b
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ func startRuntime() (rt *env.Runtime, s *domain.Store) {
|
|||
rt = new(env.Runtime)
|
||||
s = new(domain.Store)
|
||||
|
||||
rt.Log = logging.NewLogger()
|
||||
rt.Log = logging.NewLogger(false)
|
||||
web.Embed = embed.NewEmbedder()
|
||||
|
||||
rt.Product = env.ProdInfo{}
|
||||
|
@ -61,3 +61,5 @@ func setupContext() domain.RequestContext {
|
|||
ctx.OrgID = "test"
|
||||
return ctx
|
||||
}
|
||||
|
||||
// For dummy user data https://www.mockaroo.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue