Versions Compared

Key

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

...

Expand
titleSCM Tool Configuration

PostgreSQL Configuration:

  • POSTGRES_USER = <Postgres username>

  • POSTGRES_PASSWORD = <Postgres password>

  • POSTGRES_DB = debbie

Django Configuration:

  • DEBUG = True

  • DEBUG_TOOLBAR = True

  • ALLOWED_HOSTS = *

  • DATABASE_URL = <Postgres DB URL>

  • CORS_ORIGIN_WHITELIST = http://localhost (Specifies the allowed origins for handling CORS)

  • RESULT_SEND_TYPE = mq (Specifies the RabbitMQ message key)

  • RABBITMQ_DEFAULT_USER = admin

  • RABBITMQ_DEFAULT_PASS = <RabbitMQ password>

  • RABBITMQ_DEFAULT_VHOST = debbie (Specifies the default host of RabbitMQ)

  • RABBIT_BROKER_HOST = repotool-rabbitmq (Specifies the RabbitMQ container name)

  • RABBIT_BROKER_PORT = 5672

  • RABBIT_QUEUE = repos (Specifies the name of the RabbitMQ job queue)

  • BASE_HOST_URL = https://<Your base host>

  • SCAN_STATUS_APIS = http://customapi:8080/api/processor/saveRepoToolsStatus (API endpoint for saving scanning details)

  • SCAN_STATUS_APIS_TOKEN = <API token> (Token used by CustomAPISame value of customapi exposed_api_key)

  • DEBBIE_INTERNAL_API_KEY = <API key> (Generated by RepoTool)