Skip to content

Commit d602104

Browse files
committed
Moved the nomcom private key storage out of the source tree, which is a silly place to put it.
- Legacy-Id: 6159
1 parent 11e56aa commit d602104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307

308308
# NomCom Tool settings
309309
ROLODEX_URL = ""
310-
PUBLIC_KEYS_URL = BASE_DIR + '/nomcom/public_keys/'
310+
PUBLIC_KEYS_URL = '/a/www/nomcom/public_keys/'
311311
NOMCOM_FROM_EMAIL = DEFAULT_FROM_EMAIL
312312
NOMCOM_ADMIN_EMAIL = DEFAULT_FROM_EMAIL
313313
OPENSSL_COMMAND = '/usr/bin/openssl'

0 commit comments

Comments
 (0)