Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Unzip the package and update the config.env files present in the package. For 2 Server setup, update the server IP for the related components in the corresponding fields. There are 5 config.env files in each folder.

postgres/config.env

USER= <user name>
USER_GRAFANA_PASSWORD= <grafana password>
POSTGRES_PASSWORD= <postgres password>

neo4j/config.env

NEO4J_AUTH= /*NEO4J_USERNAME/NEO4J_PASSWORD*/
NEO4JLABS_PLUGINS=["apoc"]
NEO4J_apoc_trigger_enabled=true
NEO4J_USERNAME=
NEO4J_PASSWORD=

...