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

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=