Skip to content

Commit

Permalink
few changes in .env configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Jul 4, 2024
1 parent cf42365 commit 9d12fad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ net_box_config = {
}
agent.write_envfile("netbox.env", net_box_config)

agent.write_env("REDIS_CACHE_PASSWORD", REDIS_CACHE_PASSWORD)
agent.write_env("REDIS_PASSWORD", REDIS_PASSWORD)
agent.set_env("REDIS_CACHE_PASSWORD", REDIS_CACHE_PASSWORD)
agent.set_env("REDIS_PASSWORD", REDIS_PASSWORD)

# just before starting systemd unit
agent.dump_env()

0 comments on commit 9d12fad

Please sign in to comment.