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