Skip to content

Commit f8761a3

Browse files
author
ESM Operator
committed
Verified redis_url and redis_prefix work
1 parent d3fef1a commit f8761a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

startup/01-base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
nslsii.configure_base(get_ipython().user_ns,
1212
'arpes',
1313
publish_documents_with_kafka=True,
14-
redis_prefix="arpes-", # TODO: Verify this is correct
15-
redis_url="info.esm.nsls2.bnl.gov") # TODO: Verify this is correct
14+
redis_prefix="arpes-",
15+
redis_url="info.esm.nsls2.bnl.gov")
1616

1717
# Set ipython startup dir variable (used in some modules):
1818
PROFILE_STARTUP_PATH = os.path.abspath(get_ipython().profile_dir.startup_dir)

0 commit comments

Comments
 (0)