mirror of
https://github.com/ada-dmitry/PyProg_ada.git
synced 2026-09-24 01:10:40 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
hostname = "localhost"
|
|
databname = "PythonDB"
|
|
username = "postgres"
|
|
passw = "Q1w2e3r4"
|