Skip to content

Configurations

CRAG666 edited this page Jun 22, 2020 · 1 revision

Project configuration

The configuration file is in the _init_.py file in the config folder Config folder

This is what the configuration file looks like

Config file

Configure to your liking, you can create the configuration classes according to the needs of your project.

  • Note: to store database passwords it is recommended to use environment variables, in this example passmaria is used as environment variable

The configuration classes are referenced in the server.py file server.py

Clone this wiki locally