Added authentication #4

Merged
mt merged 2 commits from feat/authentication into main 2026-09-04 10:57:34 +00:00
Showing only changes of commit 57e91c6742 - Show all commits

View file

@ -10,5 +10,5 @@ storage:
host: "82.165.11.162" host: "82.165.11.162"
port: "5432" port: "5432"
database: "kidio_db" database: "kidio_db"
username: "postgres" username: "kidio_admin"
password: "learning" password: "learning"