There are different locations where we have configuration for Nemo.
- 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. - Nemo .env.ci: This configuration file is same as the Nemo env. This file is used during the continuous integration process on gitlab-ci.
- Nemo live development .env: This configuration file is same as the Nemo env. This file is used during the development process.
- Nemo backend settings.py: This is the Django configuration file.
- Nemo frontend AppConfig.js: This is the configuration file for the UI (react).
- Nemo nginx.conf: This is the configuration file for the nginx.