Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 283 Bytes

HACKING.md

File metadata and controls

8 lines (6 loc) · 283 Bytes

Some notes on dojo dev

Adding a config entry

  1. Add it with a reasonable default in script/container_setup.sh
  2. Propagate it to the relevant containers (typically ctfd) in docker-compose.sh
  3. Load it into a global in dojo_plugin/config.py
  4. Import it appropriately