reputation-api/example.env

14 lines
330 B
Bash
Raw Permalink Normal View History

2023-09-26 14:29:55 -05:00
# DO NOT COMMIT THIS FILE!
# 1. Validate that the .gitignore file includes .env
# 2. Update the below template with the correct values
# 3. Rename this file to .env
2023-10-03 16:29:19 -05:00
DB_HOST=neo4j_host_name
DB_PORT=neo4j_port
DB_USER=neo4j_user
DB_PASS=neo4j_password
LEDGER_HOST=mongo_host_name
LEDGER_USER=mongo_user
LEDGER_PASS=mongo_password