Skip to content

Commit

Permalink
add BOX_AUTH_... envs
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Jun 8, 2023
1 parent 85ef3d8 commit 59500f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@

auth
{:zen/tags #{aidbox.config/auth}
:login-redirect "/ui/console"}
:login-redirect "/ui/console"
:keys {:secret #env BOX_AUTH_KEYS_SECRET
:private #env BOX_AUTH_KEYS_PRIVATE
:public #env BOX_AUTH_KEYS_PUBLIC}}

base-config
{:zen/tags #{aidbox.config/config}
Expand Down

0 comments on commit 59500f5

Please sign in to comment.