-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.demo
108 lines (84 loc) · 3.56 KB
/
.env.demo
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
##############################################################################
# Layman settings suitable for demo ##########################################
##############################################################################
# logging level
LAYMAN_LOGLEVEL=INFO
# dir where uploaded files are stored
LAYMAN_DATA_DIR=/layman_data
# general connection parameters
DEFAULT_CONNECTION_TIMEOUT=10
# authentication and authorization
LAYMAN_AUTHN_MODULES=layman.authn.http_header
LAYMAN_AUTHN_HTTP_HEADER_NAME=a0468616f9968eaecdc3377988aba650
GRANT_CREATE_PUBLIC_WORKSPACE=EVERYONE
GRANT_PUBLISH_IN_PUBLIC_WORKSPACE=EVERYONE
LAYMAN_ROLE_SERVICE_URI=postgresql://docker:docker@postgresql:5432/gis?schema=_role_service
# connection parameters to PostgreSQL database
LAYMAN_PG_HOST=postgresql
LAYMAN_PG_PORT=5432
LAYMAN_PG_DBNAME=gis
LAYMAN_PG_USER=docker
LAYMAN_PG_PASSWORD=docker
LAYMAN_PRIME_SCHEMA=_prime_schema
# connection parameters to GeoServer
GEOSERVER_ADMIN_PASSWORD=geoserver
LAYMAN_GS_HOST=geoserver
LAYMAN_GS_PORT=8080
LAYMAN_GS_USER=layman
LAYMAN_GS_PASSWORD=laymanpwd
LAYMAN_GS_ROLE=LAYMAN_ROLE
LAYMAN_GS_AUTHN_HTTP_HEADER_ATTRIBUTE=e58e4774e3dc7d6443ad59a8202c5ee0
LAYMAN_GS_NORMALIZED_RASTER_DIRECTORY=normalized_raster_data
LAYMAN_INPUT_SRS_LIST=4326,3857
LAYMAN_OUTPUT_SRS_LIST=4326,3857
# connection parameters to QGIS Server
LAYMAN_QGIS_HOST=nginx
LAYMAN_QGIS_PORT=80
LAYMAN_QGIS_PATH=/qgis/
LAYMAN_QGIS_DATA_DIR=/qgis/data/demo
# Celery settings
LAYMAN_CELERY_QUEUE=production
# Redis settings
LAYMAN_REDIS_URL=redis://redis:6379/0
# skip importing data into Redis
LAYMAN_SKIP_REDIS_LOADING=false
# Flask-style server name (domain and port)
LAYMAN_SERVER_NAME=layman:8000
LAYMAN_PROXY_SERVER_NAME=localhost
# internal settings
LAYMAN_TIMGEN_URL=http://timgen:8080/
LAYMAN_CLIENT_URL=http://layman_client:3000/client/
# client
LAYMAN_CLIENT_PUBLIC_URL=http://localhost/client/
LAYMAN_CLIENT_VERSION=v1.18.0
# extra hosts to be added to /etc/hosts
EXTRA_HOST1=1.2.3.4:1.2.3.4
EXTRA_HOST2=1.2.3.5:1.2.3.5
##############################################################################
# Layman Test Client settings ################################################
##############################################################################
LTC_BASEPATH=/client
LTC_LAYMAN_USER_PROFILE_URL=http://layman:8000/rest/current-user
LTC_LAYMAN_REST_URL=http://layman:8000
LTC_REDIS_URI=redis://redis:6379/1
# python -c 'import os; import binascii; print(binascii.hexlify(os.urandom(32)))'
LTC_SESSION_SECRET=8caa4135d085c1c212bf8991a218cd3fb7766a2b03bc8639fd961144dbf3624f7edccba13a2d00cc
# 60 * 60 * 24 * 7 = 7 days
LTC_SESSION_MAX_AGE=604800
##############################################################################
# Micka settings #############################################################
##############################################################################
CSW_URL=http://micka:80/micka/csw
CSW_PROXY_URL=http://localhost/micka/csw
CSW_BASIC_AUTHN=editor:editor
MICKA_HOSTPORT=localhost
MICKA_ACCEPTED_VERSION=
##############################################################################
# Flask settings #############################################################
##############################################################################
# See http://flask.pocoo.org/docs/1.0/quickstart/
FLASK_APP=src/layman
FLASK_DEBUG=1
# Flask secret_key, see http://flask.pocoo.org/docs/1.0/quickstart/#sessions
# python -c 'import os; import binascii; print(binascii.hexlify(os.urandom(32)))'
FLASK_SECRET_KEY=@E\xab\xf5\xddR\xa7\xfbO\xc7\xe3\x9d\x1e\xb4\x06\xe6\x18\x9eP\x18V(\tQ