Database Credentials
  • Where can I find the credentials and config file for the Mongo and Elastisearch databases?
  • 1 Comment sorted by
  • hi,

    it's in server/settings.py file, you can set there MONGO_URI which contains credentials, same thing for elastic via ELASTICSEARCH_URL setting. both can be set also via environment variables.