From 9a59a0dfccde2d504c859a7a4506b4d988b4e8c1 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 13 Apr 2025 14:00:30 -0400 Subject: [PATCH] Docker related changes --- READEME.md | 3 +-- auth_db.env.docker.sample | 6 ------ auth_db.env.sample | 5 ----- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 auth_db.env.docker.sample delete mode 100644 auth_db.env.sample diff --git a/READEME.md b/READEME.md index 621af30..5ba9a07 100644 --- a/READEME.md +++ b/READEME.md @@ -1,10 +1,9 @@ # Getting started -Take notice of the .env.sample files and create copies without the .sample in the name. +Take notice of the .env.sample file and create copies without the .sample in the name. `.env.sample` -> `.env` -`auth_db.env.sample` -> `auth_db.env` Ensure that all variables are populated and is correct. diff --git a/auth_db.env.docker.sample b/auth_db.env.docker.sample deleted file mode 100644 index 6b305c3..0000000 --- a/auth_db.env.docker.sample +++ /dev/null @@ -1,6 +0,0 @@ -POSTGRES_USER=icarus_test -POSTGRES_PASSWORD=password -POSTGRES_DB=icarus_auth_test -POSTGRES_HOST=icarus_auth_ab - -DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB} \ No newline at end of file diff --git a/auth_db.env.sample b/auth_db.env.sample deleted file mode 100644 index 8bd245e..0000000 --- a/auth_db.env.sample +++ /dev/null @@ -1,5 +0,0 @@ -POSTGRES_USER=icarus_test -POSTGRES_PASSWORD=password -POSTGRES_DB=icarus_auth_test - -DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB} \ No newline at end of file