APP_NAME={{cookiecutter.project_name}}
ACCESS_TOKEN={{cookiecutter.access_token}}
DOMAIN=localhost
DATABASE_URL=mongodb://localhost/{{cookiecutter.project_slug}}
DATA_DIR=/tmp
DEBUG=True
USE_HTTPS=False

DOCKER_REGISTRY={{cookiecutter.docker_registry}}
PIPCONF_PATH=$HOME/.config/pip/pip.conf
NETRC_PATH=$HOME/.netrc
