7 lines
182 B
Python

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