Skip to content

Commit

Permalink
Minor changes to .env copy file
Browse files Browse the repository at this point in the history
  • Loading branch information
schu96 committed Feb 14, 2023
1 parent 0e74225 commit e0c8d32
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .env copy
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e0c8d32

Please sign in to comment.