-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.env
37 lines (19 loc) · 1.06 KB
/
template.env
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
# Environment variable settings for pannotationsd
# A URI pointing to a PostgreSQL instance
# in the form of postgresql://[user[:password]@][netloc][:port][/dbname]
PANNOTATIONSD_DB_URI=postgresql://127.0.0.1:5432/pannotationsd
# A secret used as a seed for cyptography used throughout Django
# https://docs.djangoproject.com/en/4.0/ref/settings/#secret-key
PANNOTATIONSD_SECRET_KEY=django-insecure-q2wkcjm6r4v1eswjy$a9zkbv9n0-3)@#p_8lg&!h8*zl_2pyuz
# Whether to enable debugging
# https://docs.djangoproject.com/en/4.0/ref/settings/#debug
PANNOTATIONSD_DEBUG=1
# A comma seperated list of allowed hosts
# https://docs.djangoproject.com/en/4.0/ref/settings/#allowed-hosts
PANNOTATIONSD_ALLOWED_HOSTS=
# A string specifying the location of the GEOS library.
# https://docs.djangoproject.com/en/4.0/ref/contrib/gis/geos/#std:setting-GEOS_LIBRARY_PATH
PANNOTATIONSD_GEOS_LIBRARY_PATH=
# A string specifying the location of the GDAL library.
# https://docs.djangoproject.com/en/4.0/ref/contrib/gis/gdal/#std:setting-GDAL_LIBRARY_PATH
PANNOTATIONSD_GDAL_LIBRARY_PATH=