From e0c8d325051443e8114fa5ca037770527bdf21da Mon Sep 17 00:00:00 2001 From: Sandy Chu Date: Mon, 13 Feb 2023 17:41:02 -0800 Subject: [PATCH] Minor changes to .env copy file --- .env copy | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env copy diff --git a/.env copy b/.env copy new file mode 100644 index 0000000..71f9dd5 --- /dev/null +++ b/.env copy @@ -0,0 +1,15 @@ +# Copy the contents of this file into a new file called .env. + +# The following key-value pairs will be added to process.env +# via the dotenv npm module, as used in server/index.js. + +PORT=3000 + +# Replace the following values with ones corresponding to +# your local MySQL configuration: +DB_HOST="localhost" +DB_USER="root" +DB_PASS="" + +# This DB will need to be created in MySQL/MongoDB: +DB_NAME="PICK_NAME_LATER"