Skip to content

Commit

Permalink
Update config.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Apr 26, 2023
1 parent d444b1c commit ad3bc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
:engine aidbox/seed-v2
:resources
{:Client {:root
{:secret #env AIDBOX_CLIENT_SECRET
{:secret #env AIDBOX_ROOT_CLIENT_SECRET
:first_party true
:grant_types ["client_credentials" "basic"]}}
:User {:admin
{:password #env AIDBOX_ADMIN_PASSWORD}}
{:password #env AIDBOX_ADMIN_USER_PASSWORD}}

:AccessPolicy {:admin-seed-policy
{:engine "allow"
Expand Down

0 comments on commit ad3bc61

Please sign in to comment.