From 81ab8de2fc9186f9bc63f93c47d23044db92ad85 Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 7 Jan 2024 10:51:58 +0900 Subject: [PATCH] fix: add back example docker env file I just wanted to rename it, didn't mean to remove --- .config/docker.example.env | 4 ++++ .gitignore | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .config/docker.example.env diff --git a/.config/docker.example.env b/.config/docker.example.env new file mode 100644 index 000000000..268d7f9ed --- /dev/null +++ b/.config/docker.example.env @@ -0,0 +1,4 @@ +# db settings +POSTGRES_PASSWORD=very_strong_password +POSTGRES_USER=firefish +POSTGRES_DB=firefish_db diff --git a/.gitignore b/.gitignore index 497c64db2..346948daa 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ coverage /.config/* !/.config/example.yml !/.config/devenv.yml -!/.config/docker_example.env +!/.config/docker.example.env !/.config/docker_ci.env !/.config/helm_values_example.yml !/.config/LICENSE