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 659b4c7 commit 68eb152
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@
{:zen/tags #{aidbox/service}
:engine aidbox/seed-v2
:resources
{:Client {:root
{:secret #env AIDBOX_ROOT_CLIENT_SECRET
:first_party true
:grant_types ["client_credentials" "basic"]}}
:User {:admin
{:password #env AIDBOX_ADMIN_USER_PASSWORD}}
{:User {:admin
{:password #env AIDBOX_ADMIN_PASSWORD}}

:AccessPolicy {:allow-admin-user
{:engine "allow"
Expand All @@ -75,7 +71,7 @@
:engine aidbox/seed-v2
:resources
{:Client {:root
{:secret #env AIDBOX_ROOT_CLIENT_SECRET
{:secret #env AIDBOX_CLIENT_SECRET
:first_party true
:grant_types ["basic"]}}}

Expand Down

0 comments on commit 68eb152

Please sign in to comment.