-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env-example
32 lines (25 loc) · 883 Bytes
/
.env-example
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
# Copy this file to .env and fill in the appropriate credentials for your installation.
# You should generate your own secret key using the Django console.
#
# >>> from django.core.management.utils import get_random_secret_key
# >>> get_random_secret_key()
# 't=g!+^o^5)ey7n2rz&0b)(z(98++cmsu(sg*w*-*z(li=#us8%'
#
# >>>
SECRET_KEY="t=g!+^o^5)ey7n2rz&0b)(z(98++cmsu(sg*w*-*z(li=#us8%"
# In development
DEBUG=True
# In production
# DEBUG=False
# Database connection string used by dj_database_url.
DATABASE_URL=postgis://USER:PASSWORD@localhost:5432/cmdi
# ALLOWED_HOSTS
# not needed in development:
ALLOWED_HOSTS=
# needed in some production settings:
# ALLOWED_HOSTS='192.168.0.0 server.example.com'
# Here API key for geocoding. Request one at https://developer.here.com/
HERE_API_KEY=
# Map style and assets.
MAP_STYLE=pcc
MAP_ASSETS_BASE_URL=https://server.example.com