Skip to content

CST-391 | JavaScript Web Application Development

Notifications You must be signed in to change notification settings

cesoun/chronicle

Repository files navigation

chronicle

a blog application for cst-391

docs

mikenicholson/passport-jwt

env

set and unset the environment variables locally

export $(grep -v '^#' .env | xargs)
unset $(grep -v '^#' .env | sed -E 's/(.*)=.*/\1/' | xargs)