mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-22 11:22:54 +02:00
7 lines
182 B
Python
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
|