mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 22:12:53 +02:00
* Pipline rework to limit mypy and balck to src and tests * Poetry update * pre-commit update
7 lines
181 B
Python
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
|