mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-21 21:02:55 +02:00
* Pipline rework to limit mypy and balck to src and tests * Poetry update * pre-commit update
7 lines
207 B
Python
7 lines
207 B
Python
"""Placholder to login int the FH db."""
|
|
HOSTNAME = "stagingdbtransparenzreg.ioappzs.mongodb.net"
|
|
DATABASE = "transparenzregister"
|
|
PORT = None
|
|
USERNAME = "db_user"
|
|
PASSWORD = "secret_password" # noqa: S105
|