/ .env.example
.env.example
 1  # NOTE: These must be BASH friendly. aka no spaces around "="
 2  
 3  MEMFAULT_PROJECT_KEY=xxxxx
 4  MEMFAULT_PROJECT=bristlemouth
 5  
 6  # This is your email
 7  MEMFAULT_USERNAME=xxxxx
 8  
 9  # This can be either your password or user API key
10  MEMFAULT_PASSWORD=xxxxx
11