From 080bcad7421395d8be44394f2f92a42d04338691 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 15:47:43 -0400 Subject: [PATCH 1/3] Added .env.sample file --- .env.sample | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..e69de29 -- 2.47.3 From 4bf727f23c1f48d526476b4999bcd9ebae4e55e5 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 15:49:51 -0400 Subject: [PATCH 2/3] Adedd variables --- .env.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index e69de29..c7494ce 100644 --- a/.env.sample +++ b/.env.sample @@ -0,0 +1,2 @@ +DATABASE_URL=postgres://username:password@localhost/database_name +SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h \ No newline at end of file -- 2.47.3 From 0c33e995c80422b91dbc999b8a684961ec89db6f Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 12 Apr 2025 15:50:40 -0400 Subject: [PATCH 3/3] Using default info --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index c7494ce..5a7a748 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,2 @@ -DATABASE_URL=postgres://username:password@localhost/database_name +DATABASE_URL=postgres://icarus:password@localhost/icarus SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h \ No newline at end of file -- 2.47.3