neo-neo-todo/backend/development.env
minhtrannhat 573d7ead6c
fix(db): resolve pg role issues
- Seperate posgres user for development and testing
2024-03-01 01:33:21 -05:00

5 lines
138 B
Bash

UVICORN_PORT="5050"
TODO_DEBUG=true
TODO_SECRET_KEY="secret key"
TODO_DB_DATABASE_URL="postgresql://todo_dev:todo@0.0.0.0:5432/todo_dev"