From f1b343583281ea77450f55027252b0521d8e0d63 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 13 Apr 2025 14:05:01 -0400 Subject: [PATCH] Updated .env sample file --- .env.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index fac9ed9..d25d6f4 100644 --- a/.env.sample +++ b/.env.sample @@ -1 +1,6 @@ -SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h \ No newline at end of file +SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h +POSTGRES_USER=icarus_op_test +POSTGRES_PASSWORD=password +POSTGRES_DB=icarus_auth_test +POSTGRES_HOST=localhost +DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB} \ No newline at end of file