Skip to content

Commit

Permalink
Remove rspamd unused env var from start script
Browse files Browse the repository at this point in the history
Environment variable FRONT_ADDRESS is unused in rspamd
FRONT_ADDRESS references were removed with commit 8172f3e in PR Mailu#727
  • Loading branch information
cbachert committed Oct 30, 2020
1 parent 966383c commit 32f6a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/rspamd/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

# Actual startup script

os.environ["FRONT_ADDRESS"] = system.get_host_address_from_environment("FRONT", "front")
os.environ["REDIS_ADDRESS"] = system.get_host_address_from_environment("REDIS", "redis")

if os.environ.get("ANTIVIRUS") == 'clamav':
Expand Down

0 comments on commit 32f6a23

Please sign in to comment.