From 75a15b1c8ebda6fa83ed7a4135b248b726a7bde7 Mon Sep 17 00:00:00 2001 From: blaisadmin Date: Sun, 12 Oct 2025 21:00:03 -0400 Subject: [PATCH] updated with claude, haven't build postgres successfully yet --- .env | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..9a87ea0 --- /dev/null +++ b/.env @@ -0,0 +1,6 @@ +DB_PASSWORD=archery_dev_password_12345 +JWT_SECRET=608032f46e20dd9a15d61d4e0eb451c9 +NODE_ENV=development +REACT_APP_API_URL=http://localhost:5000/api +POSTGRES_DB=archery_db +POSTGRES_USER=archery_user