Encrypted messaging app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
265 B

  1. GO_ENV=local
  2. DB_DATABASE=capsule
  3. DB_HOST=postgres
  4. DB_PORT=5432
  5. DB_USER=postgres
  6. DB_PASSWORD=password
  7. DB_TESTING_DATABASE=capsule-testing
  8. DB_TESTING_HOST=postgres-user
  9. DB_TESTING_PORT=5432
  10. DB_TESTING_USER=postgres
  11. DB_TESTING_PASSWORD=password
  12. FIREBASE_AUTH_KEY=