From 02f08ec647125f44268e9223a2cc39872b9f1118 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 1 Mar 2025 08:26:57 +0300 Subject: [PATCH] build: gfdihbse --- infrastructure/.gitignore | 3 --- infrastructure/pgadmin/password | 1 + infrastructure/postgres/password | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 infrastructure/pgadmin/password create mode 100644 infrastructure/postgres/password diff --git a/infrastructure/.gitignore b/infrastructure/.gitignore index dad66cc..8e9f998 100644 --- a/infrastructure/.gitignore +++ b/infrastructure/.gitignore @@ -1,5 +1,2 @@ # Custom environment files .env - -# Password files -password diff --git a/infrastructure/pgadmin/password b/infrastructure/pgadmin/password new file mode 100644 index 0000000..f77b004 --- /dev/null +++ b/infrastructure/pgadmin/password @@ -0,0 +1 @@ +admin \ No newline at end of file diff --git a/infrastructure/postgres/password b/infrastructure/postgres/password new file mode 100644 index 0000000..7d72bd7 --- /dev/null +++ b/infrastructure/postgres/password @@ -0,0 +1 @@ +postgres \ No newline at end of file