EcoTracker-II / .env.example
Akash-Dragon's picture
refactor: restructure project as a monorepo and implement backend API
7e49c4d
Raw
History Blame
107 Bytes
# Database
DB_USER=ecoguide
DB_PASSWORD=ecoguide_secret
DB_NAME=ecoguide_db
DB_HOST=localhost
DB_PORT=5432