How to Set Up Your Local .env - Cosmic-Binturongs/InstaKidz GitHub Wiki

Setting up the local .env

Where to set up the .env

In the main back-end directory Use touch .env to create the file

Contents and Format

SECRET_KEY='woah buddy'
DB_USER='slothstagram_admin'
DB_PASSWORD='KristenBell'
DB_HOST='localhost'
DB_PORT=5432

As we deploy and update, these will change, be more explicit, and/or will not be stated explicitly for security. Keys and password in private project communications.