-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (38 loc) · 1.18 KB
/
.env.example
File metadata and controls
45 lines (38 loc) · 1.18 KB
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
44
45
# General
# ------------------------------------------------------------------------------
DJANGO_READ_DOT_ENV_FILE=True
DJANGO_SETTINGS_MODULE=config.settings.local
DJANGO_SECRET_KEY=secret-key
DJANGO_ADMIN_URL=admin/
DJANGO_ALLOWED_HOSTS=*
MAX_IMAGES_PER_POST=3
# Security
# ------------------------------------------------------------------------------
# TIP: better off using DNS, however, redirect is OK too
DJANGO_SECURE_SSL_REDIRECT=False
# Email
# ------------------------------------------------------------------------------
DJANGO_SERVER_EMAIL=
# AWS
# ------------------------------------------------------------------------------
DJANGO_AWS_ACCESS_KEY_ID=
DJANGO_AWS_SECRET_ACCESS_KEY=
DJANGO_AWS_STORAGE_BUCKET_NAME=
# Gunicorn
# ------------------------------------------------------------------------------
WEB_CONCURRENCY=4
# PostgreSQL
# ------------------------------------------------------------------------------
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_DB=spotseeker
POSTGRES_USER=
POSTGRES_PASSWORD=
# PGAdming
PGADMIN_DEFAULT_EMAIL=andres15alvarez@gmail.com
PGADMIN_DEFAULT_PASSWORD=password
# Resend
RESEND_APIKEY=
EMAIL_HOST_USER=
# Google Maps
GOOGLE_MAPS_API_KEY=