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