8 lines
321 B
Bash
8 lines
321 B
Bash
# Copy this file to .env and adjust as needed.
|
|
# The indexer reads these to connect to MongoDB, so you don't have to
|
|
# pass --mongo-uri/--db/--collection on every command.
|
|
|
|
MONGO_URI=mongodb://root:AtHEntRyPrOchite@172.16.44.35:27017/
|
|
MONGO_DB=rsabhk_simrs
|
|
MONGO_COLLECTION=dicom-index
|
|
PATH_MAPPINGS_FILE=/app/config.json |