PyInventory/common.env

11 wiersze
152 B
Bash

DB_NAME=pyinventory
DB_USER=postgres
DB_PASS=postgres
DB_HOST=postgres
DB_PORT=5432
PYTHONUNBUFFERED=1
# e.g.: pip cache:
XDG_CACHE_HOME="/var/cache"