| GO_ENV=local | |
| 
 | |
| DB_DATABASE=capsule | |
| DB_HOST=postgres | |
| DB_PORT=5432 | |
| DB_USER=postgres | |
| DB_PASSWORD=password | |
| 
 | |
| DB_TESTING_DATABASE=capsule-testing | |
| DB_TESTING_HOST=postgres-user | |
| DB_TESTING_PORT=5432 | |
| DB_TESTING_USER=postgres | |
| DB_TESTING_PASSWORD=password | |
| 
 | |
| FIREBASE_AUTH_KEY= | |
| 
 |