Skip to content

Commit

Permalink
Update .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
arviteri committed Mar 21, 2019
1 parent 5ea21ca commit 76c411f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .env.dist
@@ -1,7 +1,4 @@
# Footing
# Namespace: /
# January 27, 2019
# Andrew Viteri

# The `/src/config/config.js` uses necessary environment variables to run the application properly.
# During development, the application will run using the environment variables defined below.
Expand All @@ -17,7 +14,7 @@ PORT=8000
MySQL_HOST=localhost
MySQL_PORT=3306
MySQL_USER=root
MySQL_PASS=
MySQL_PWD=
MySQL_DB=test_db
# The variable below represents the name of the table that the application will store users to.
MySQL_USERS_TBL=Users
Expand Down

0 comments on commit 76c411f

Please sign in to comment.