Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 958 Bytes

CONFIGURATION-GUIDLINE.md

File metadata and controls

10 lines (8 loc) · 958 Bytes

Nemo Configuration Guidline

There are different locations where we have configuration for Nemo.

  1. Nemo .env: This configuration file indicates main configuration for the Nemo backend, database (Postgresql), mail server, external authentication provider, and other services defined in the docker-compose.yml at the root of Nemo directory.
  2. Nemo .env.ci: This configuration file is same as the Nemo env. This file is used during the continuous integration process on gitlab-ci.
  3. Nemo live development .env: This configuration file is same as the Nemo env. This file is used during the development process.
  4. Nemo backend settings.py: This is the Django configuration file.
  5. Nemo frontend AppConfig.js: This is the configuration file for the UI (react).
  6. Nemo nginx.conf: This is the configuration file for the nginx.