This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/backend-test.env

7 lines
154 B
Bash

DJANGO_SECRET_KEY="notakey"
JWT_SIGNING_SECRET="notasecret"
DB_HOST="rotini_db"
DB_USER="postgres"
DB_PASSWORD="postgres"
DB_PORT=5432
DB_NAME="postgres"