-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
23 lines (19 loc) · 1.18 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ╭──────────────────────────────────────────────────────────────────────╮
# │ These are an environment settings for auto-loading by Pipenv │
# │ These SHOULD NOT contain any production or otherwise secret settings │
# │ These can be shared in a project team as they setup development env │
# ╰──────────────────────────────────────────────────────────────────────╯
# Metadata for use in scripts
PROJECT_NAME=django-opt-out
# An example_project settings
# DJANGO_SETTINGS_MODULE=website.settings
# A test suite settings
DJANGO_SETTINGS_MODULE=tests.settings
SECRET_KEY=insecure-development-only
# PostgreSQL
DATABASE_NAME=django-opt-out-db
DATABASE_USER=django-opt-out-user
DATABASE_PASSWORD=correct-horse-battery-staple
DATABASE_HOST=127.0.0.1
DATABASE_TEST_NAME=django-opt-out-test-db
#DATABASE_URL=postgis://django-opt-out-user:[email protected]:5432/django-opt-out-db