Skip to content

Commit

Permalink
feat(action) : bind user domain and set environment variable USER_DOMAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Nov 21, 2024
1 parent 6161e98 commit 88f5354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/actions/configure-module/30Bind_user_domain
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ providers = agent.list_service_providers(rdb, 'imap', 'tcp', {
if providers:
user_domain = providers[0]['user_domain']
agent.bind_user_domains([user_domain])
agent.set_env('USER_DOMAIN', user_domain)

0 comments on commit 88f5354

Please sign in to comment.