diff --git a/auth_db.env.sample b/auth_db.env.sample new file mode 100644 index 0000000..8bd245e --- /dev/null +++ b/auth_db.env.sample @@ -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} \ No newline at end of file