This commit is contained in:
Jacob Windsor 2025-02-19 18:34:08 +01:00
parent eb20b68f03
commit 9880b00fad
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -128,7 +128,6 @@ celerybeat.pid
*.sage.py
# Environments
.env
.venv
env/
venv/

6
backend/.env Normal file
View File

@ -0,0 +1,6 @@
ENVIRONMENT=development
PG_USER=developer
PG_PASSWORD=password
PG_DB_NAME=dev
PG_HOST=localhost
PG_PORT=5432