Go VERSION to use: v1.22.4
Connected Roots is a service to store data about farms and the data recollected by the sensors.
- PostgreSQL: The database where data are stored. Kind of data to save.
This service is configured using environment variables.
The next table shows all the environment variables related to Connected Root configuration.
Name | Default value | Description |
---|---|---|
You need pre-commit to committing in the project. Execute this command:
pip install pre-commit
To test the pre-commit works run pre-commit --version
and you get the tool version installed previously.
All the config related to pre-commit is in .pre-commit-config.yaml
file.
Then you need to install the pre-commit hook in the repository executing:
pre-commit install
and get something likepre-commit installed at .git/hooks/pre-commit
pre-commit install --hook-type commit-msg
and get something likepre-commit installed at .git/hooks/commit-msg