# Environment Config # store your secrets and config variables in here # only invited collaborators will be able to see your .env values # reference these in your code with process.env.UPLOAD_SECRET UPLOAD_SECRET='replace with upload secret' # note: .env is a shell file so there can't be spaces around =