Skip to content

Commit

Permalink
Add seeds
Browse files Browse the repository at this point in the history
Ref: #4
  • Loading branch information
projkov committed Nov 16, 2023
1 parent 47f241d commit 6c9bd13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added zenproject/seeds.ndjson.gz
Binary file not shown.
8 changes: 7 additions & 1 deletion zenproject/zrc/system.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
:zen/desc "AU Core"
:services {:public-access public-access
:allow-rpc allow-rpc
:smart-app smart-app}}
:smart-app smart-app
:seed seed}}

seed
{:zen/tags #{aidbox/service}
:engine aidbox/seed
:files ["seeds.ndjson.gz"]}

public-access
{:zen/tags #{aidbox/service}
Expand Down

0 comments on commit 6c9bd13

Please sign in to comment.