| Variable | Description |
|---|---|
APP_PORT |
Application port |
LOG_LEVEL |
Logging level |
USER_ANALYTICS_CACHE_TTL |
Cache TTL for user analytics (seconds) |
MONGO_USER |
MongoDB username |
MONGO_PASS |
MongoDB password |
MONGO_HOST |
MongoDB host |
MONGO_DB |
MongoDB database name |
macOS
tar -xvzf mongodb-database-tools-macos-*.tgz
sudo mv mongodb-database-tools-*/bin/* /usr/local/bin/Linux
sudo apt-get update
sudo apt-get install -y mongodb-database-toolschmod +x load_test_data.sh
./load_test_data.shpython -m app.mainpip install pytest pytest-asyncio pymongoPYTHONPATH=. pytest --asyncio-mode=auto --pdb