Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Config.py Variable Documentation #856
Comments
|
Hi @Helithumper, this seems related to #742 but overall the top 4 are documented by Flask. The only one custom to CTFd is the last one which defines whether plugins are loaded by CTFd.
I'm not sure if there really needs to be documentation for the Flask specific values but perhaps there should be some for the CTFd specific values. Ultimately we should have that documentation in Sphinx first I think. |


Within the
CTFd/config.pyfile, there are a few variables defined under theTestConfigclass which have no documentation surrounding them. What do they do?If someone could explain exactly what each of these do, it would be useful to add documentation surrounding their use.