14 lines
330 B
Bash
14 lines
330 B
Bash
|
|
# 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
|
|
|
|
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 |