forked from heroku/python-getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
14 lines (11 loc) · 578 Bytes
/
.env
File metadata and controls
14 lines (11 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file specifies the environment variables that will be set when using the
# `heroku local` command locally during development. It has no effect on apps
# running on Heroku - to set env vars for those, see:
# https://devcenter.heroku.com/articles/config-vars
# This is used by gunicorn.conf.py and Django's settings.py to set appropriate
# configuration for development vs production.
ENVIRONMENT="development"
# Prevent log buffering when using using `heroku local` with Django management commands.
PYTHONUNBUFFERED=1
# An example env var used in the tutorial.
TIMES=2