forked from citelibre/serviceEZ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal.env
More file actions
37 lines (31 loc) · 1.19 KB
/
external.env
File metadata and controls
37 lines (31 loc) · 1.19 KB
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
# default language set for the front office and editorial content
LUTECE_DEFAULT_LANG=en
# timezone to set to all servers
# i.e. Africa/Accra, America/New_York, Asia/Singapore
TZ="Europe/Paris"
# list of the available languages to switch to in the back office only : coma-separated list with no spaces
# core features currently support: en, fi, fr, pt, se, nl, de
# partly available in : es, dk, hu, it, ar
# business features support: en, fr
# partly available in: fi, pt, se, nl, de, es, dk, hu, it, ar
LUTECE_AVAILABLE_LANG=en,fr
#LUTECE_DB_USER=admin
#LUTECE_DB_PWD=QUE071NF
#LUTECE_DB_NAME=lutece
#LUTECE_DB_HOST=192.168.1.17
#LUTECE_DB_HOST=192.168.43.229
#LUTECE_MAIL_HOST=192.168.1.17
#LUTECE_MAIL_PORT=3025
#MATOMO_DATABASE_DBNAME=matomo
#MATOMO_DATABASE_HOST=192.168.1.17
#MATOMO_DATABASE_USERNAME=adminmatomo
#MATOMO_DATABASE_PASSWORD=motdepass
PROTOCOL=http
URL_CITELIBRE=localhost:8080
URL_KIBANA=http:\/\/localhost:5601
URL_MATOMO_HTTP=http:\/\/localhost
URL_MATOMO_HTTPS=https:\/\/localhost
# don't add the protocol for the URL_KEYCLOAK, edit the PROTOCOL variable.
URL_KEYCLOAK=localhost:8081
URL_SOLR=http:\/\/localhost:8983
URL_MAIL=http:\/\/localhost:1080