Files
PyProg_ada/Python/23.03/config.py
T
2023-04-05 09:47:13 +03:00

5 lines
87 B
Python

hostname = "localhost"
databname = "PythonDB"
username = "postgres"
passw = "Q1w2e3r4"