Philipp Horstenkamp 50bf7811ef
Div. dev ops updates (#43)
* Pipline rework to limit mypy and balck to src and tests
* Poetry update
* pre-commit update
2023-08-10 19:20:12 +02:00

7 lines
181 B
Python

"""Placholder to login int the FH db."""
HOSTNAME = "172.17.38.210"
DATABASE = "transparenzregister"
PORT = 30217
USERNAME = "root"
PASSWORD = "secret_password" # noqa: S105