-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
65 lines (54 loc) · 1.55 KB
/
.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
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
# RabbitMQ
RABBITMQ_DEFAULT_USER=rabbit
RABBITMQ_DEFAULT_PASS=rabbit
RABBITMQ_HOSTNAME=klips-rabbit
RABBITMQ_RESULTSQUEUE=results
# Postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_SCHEMA=public
POSTGRES_DB=klips
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# GeoServer
GEOSERVER_HOSTNAME=geoserver
GEOSERVER_DEFAULT_USER=admin
GEOSERVER_DEFAULT_PASSWORD=geoserver
GEOSERVER_USER=klips
GEOSERVER_PASSWORD=klips
GEOSERVER_DATA_DIR=/opt/geoserver_data/
# Mails (for details see worker 'send-email')
MAILHOST=my.mailserver.com
MAILPORT=587
MAILSECURE=true
MAILAUTHUSER=user@mailserver.com
MAILAUTHPASS=insertsecurepasswordhere
MAILFROMSENDERNAME=Klips
MAILFROMSENDEREMAIL=no-reply@mailserver.com
# Mattermost (for details see worker 'send-mattermost-message')
MATTERMOST_HOOK_URL=https://chat.something.com/hooks/abcdefghi
# KLIPS API for incoming data
# (for details see README of 'klips-API')
USE_RABBIT_MQ=1
PARTNER_URL_START=https://www.example.com
PARTNER_API_USERNAME=dummy
PARTNER_API_PASSWORD=randompassword
KLIPS_USER=klips
KLIPS_PASSWORD=klips
# Docker compose container name prefix
CN_PREFIX=klips
# pygeoapi
PYGEOAPI_BASEURL=http://localhost:5000
# error-handler
ERROR_HANDLER_DEV_MODE=1
# The logging level shown in the docker logs
# 'info' for production
# 'debug' for development
PINO_STREAM_LOG_LEVEL=info
# Server URL
SERVER_URL=https://klips-dev.terrestris.de
# API for IÖR Archive
# contact h.herold@ioer.de for details and password
IOR_API_USERNAME=herold
IOR_API_PASSWORD=iör
IOR_API_URL=https://filr.ioer.de/rest/folders/1/library_files