Docker changes #31
5
auth_db.env.sample
Normal file
5
auth_db.env.sample
Normal file
@@ -0,0 +1,5 @@
|
||||
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