Skip to content

Run the application server after specific route #8196

Discussion options

You must be logged in to vote

Later on I figured out how to host DefectDojo at a particular route.

To host DefectDojo at a specific route, such as http://localhost:8080/dojo/, you can follow these steps:

  1. Open the dojo/fixtures/system_settings.json file in your DefectDojo installation.
  2. Locate the URL_PREFIX field in the JSON file. By default, it is set to an empty string ("").
  3. Modify the URL_PREFIX value to dojo/. The updated line should look like this:
"URL_PREFIX": "dojo/",
  1. In your command line or terminal, navigate to the DefectDojo installation directory. Run the following command to load the updated system settings into the database:
./manage.py loaddata system_settings.json

This will ensure that the modified …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mtesauro
Comment options

@Engr-Asad-Hussain
Comment options

Answer selected by Engr-Asad-Hussain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants