Docker changes #31
@@ -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.
|
||||
|
||||
|
@@ -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}
|
@@ -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}
|
Reference in New Issue
Block a user