-
Notifications
You must be signed in to change notification settings - Fork 0
Configurations
CRAG666 edited this page Jun 22, 2020
·
1 revision
The configuration file is in the _init_.py file in the config folder
This is what the configuration file looks like
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