DATABASE_URL=sqlite:///./users.db
API_TITLE=Users Microservice
API_VERSION=1.0.0
HOST=0.0.0.0
PORT=8000
RELOAD=true
LOG_LEVEL=info