Skip to content

Commit

Permalink
fix: use default mailman url (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Aug 9, 2024
1 parent 49bf9ff commit 8491ce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion backend/mlarchive/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
LOG_HANDLERS=(list, ['mlarchive']),
LOG_LEVEL=(str, 'INFO'),
MAILMAN_API_PASSWORD=(str, ''),
MAILMAN_API_URL=(str, 'http://localhost:8001/3.1'),
MAILMAN_API_URL=(str, 'https://mailman.prod.ietf.org/3.1'),
MAILMAN_API_USER=(str, ''),
MAILMAN_CF_ACCESS_CLIENT_ID=(str, ''),
MAILMAN_CF_ACCESS_CLIENT_SECRET=(str, ''),
Expand Down
3 changes: 0 additions & 3 deletions k8s/django-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ data:

# MAILMAN SETTINGS -----------------

# Mailman API URL
MAILMAN_API_URL: ""

# Mailman API User
MAILMAN_API_USER: "" # secret

Expand Down

0 comments on commit 8491ce2

Please sign in to comment.