-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.project
63 lines (54 loc) · 1.6 KB
/
env.project
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
# Custom project values
# Database
PGDATABASE=postgres
PGSCHEMA=main_2_7
PGSCHEMA_STATIC=main_static_2_7
## To use the mutualised database.
#PGHOST=pg-gs.camptocamp.com
#PGHOST_SLAVE=pg-gs.camptocamp.com
#PGPORT=30100
#PGPORT_SLAVE=30101
#PGUSER=<user>
#PGPASSWORD=<pass>
## Should be set to 'prefer' to be able to connect to a local database
#PGSSLMODE=require
# To use a database on the host
PGHOST=172.17.0.1
PGHOST_SLAVE=172.17.0.1
PGPORT=5432
PGUSER=www-data
PGPASSWORD=www-data
PGSSLMODE=prefer
GEOSERVER_URL=http://geoserver:8080/geoserver/ows/
GEOSERVER_WORKSPACE_URL=http://geoserver:8080/geoserver/agis/wms
# For Exoscale S3
AWS_DEFAULT_REGION=ch-dk-2
AWS_S3_ENDPOINT=sos-ch-dk-2.exo.io
# Set the raster Base path
# Amazon S3
# RASTER_BASE_PATH=/vsis3/<bucket>/
# Azure Blob Storage
# RASTER_BASE_PATH=/vsiaz/<container>/
# Use the mutualize print, ask Camptocamp to configure your project.
# PRINT_URL=https://mutualized-print.apps.openshift-ch-1.camptocamp.com/print/geoserver_gmf/
# To use the internal print:
PRINT_URL=http://print:8080/print/
TILEGENERATION_SQS_QUEUE=<queue_name>
TILEGENERATION_S3_BUCKET=<bucket_name>
TILEGENERATION_AZURE_CONTAINER=<container_name>
# For production
# FRONT_INNER_PORT=80
# FRONT_CONFIG=haproxy
# For development (front in https)
FRONT_INNER_PORT=443
FRONT_CONFIG=haproxy_dev
# For OpenShift
#REDIS_HOST=redis_sentinel
#REDIS_PORT=26379
#C2C_REDIS_SENTINELS=redis_sentinel:26379
# For internal Redis
REDIS_HOST=redis
REDIS_PORT=6379
C2C_REDIS_URL=redis://redis:6379/0
# Set a strong password here for authentication on technical interfaces behind path /c2c
C2C_SECRET=c2crulez