Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
executable file
·
43 lines (36 loc) · 982 Bytes

File metadata and controls

executable file
·
43 lines (36 loc) · 982 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# PostgreSQL conf
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_PASSWORD=mysecretpass
POSTGRES_USER=bootcamp_usr
POSTGRES_DB=bootcamp
DATABASE_URL=postgresql://postgres@127.0.0.1:5432/bootcamp
# Full PostgreSQL URL example
# DATABASE_URL=postgresql://bootcamp_usr:mysecretpass@127.0.0.1:5432/bootcamp
# CONN_MAX_AGE=
# To uncomment for an SQLite local testing
# DATABASE_URL=sqlite:///db.sqlite3
# Domain name, used by caddy
# DOMAIN_NAME=http://trybootcamp.vitorfs.com
# General settings
READ_DOT_ENV_FILE=True
ADMIN_URL=
SETTINGS_MODULE=config.settings.test
SECRET_KEY=Sup3rS3cr3tP@22word
DEBUG=True
ALLOWED_HOSTS=*
ACCOUNT_ALLOW_REGISTRATION=True
# AWS Settings
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_STORAGE_BUCKET_NAME=
# Used with email
MAILGUN_API_KEY=
SERVER_EMAIL=
MAILGUN_SENDER_DOMAIN=
# Security! Better to use DNS for this task, but you can use redirect
SECURE_SSL_REDIRECT=False
# Sentry
SENTRY_DSN=
# URL for Redis
REDIS_URL=redis://127.0.0.1:6379
Morty Proxy This is a proxified and sanitized view of the page, visit original site.