Skip to content

Instantly share code, notes, and snippets.

@jesseyuen
Last active February 11, 2021 13:20
Show Gist options
  • Save jesseyuen/fa7743da8a1e7d3082c6319326744054 to your computer and use it in GitHub Desktop.
Save jesseyuen/fa7743da8a1e7d3082c6319326744054 to your computer and use it in GitHub Desktop.
Example .env file for the Repl.it version of the prototype kit. Place at the root directory of your project.
# Add this code to the bottom of your .env file. Ensure to personalise the username and password values.
# This is required by Repl.it to enforce auth
NODE_ENV=production
# Add your personal username and password here
USERNAME=addYourUsernameHere
PASSWORD=addYourPasswordHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment