-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
62 lines (48 loc) · 2.16 KB
/
.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
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
#############################################################################
# Parametri di configurazione per l'accesso al database postgres di epas #
#############################################################################
# Se deve connettersi al container nella stessa rete docker lasciare postgres
#DB_HOST=postgres
DB_HOST=172.17.0.1
#Porta su cui è in ascolto il postgres, di solito non è necessario cambiarla
DB_PORT=5432
#Nome del dabaase
DB_NAME=epas-devel
# XXX Utente e password del DB da configurare
DB_USER=epas
DB_PASS=orario
#############################################################################
# Parametri di configurazione per l'attivazione ed il setup dell'invio email
#############################################################################
#EMAIL_ENABLED=false
#MAIL_HOST=
#MAIL_PORT=587
#MAIL_USERNAME=
#MAIL_PASSWORD=
#MAIL_SMTP_AUTH=true
#MAIL_SMTP_STARTTLS_ENABLE=true
#Indirizzo email a cui inviare le segnalazioni
######################################################################################
# Parametri di configurazione per l'attivazione ed il setup della integrazione con OIL
######################################################################################
#OIL_ENABLED=false
#OIL_USERNAME=
#OIL_PASSWORD=
#OIL_URL=http://helpwildfly.si.cnr.it:8080
OIL_CATEGORIES=67:ePAS
# Da non cambiare a meno di cambiamenti di OIL
OIL_INSTANCE=HDSiper
# Da impostare solo per test, ignora la categoria selezionata dall'utente
#OIL_FIXED_CATEGORY=67
############################################################################
# Parametri di configurazione per l'autenticazione dell'applicazione via JWT
############################################################################
OAUTH2_JWT_ISSUER_URI=https://auth.iit.cnr.it/auth/realms/testing
#OAUTH2_JWT_ISSUER_URI=https://my-auth-server.it/auth/realms/testing
# OAUTH2_JWT_FIELD corrisponde al campo prelevato dal token JWT
# OAUTH2_USER_AUTH_IDENTIFIER corrisponde al campo su ePAS di cui fare il match
# con il campo del JWT_FIELD
#OAUTH2_JWT_FIELD=preferred_username
#OAUTH2_USER_AUTH_IDENTIFIER=username