Carga inicial

This commit is contained in:
AlexLara
2026-03-03 13:05:51 -06:00
commit 857f8f94d4
9 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Credenciales de PostgreSQL
[postgres]
host = "host"
port = "5432"
database = "database"
user = "usr"
password = "P4ssw0rd."