6 lines
154 B
Bash
6 lines
154 B
Bash
UVICORN_PORT="5050"
|
|
TODO_DEBUG=true
|
|
TODO_SECRET_KEY="secret key"
|
|
TODO_TESTING=true
|
|
TODO_DB_DATABASE_URL="postgresql://todo:todo@0.0.0.0:5432/todo_test"
|