forked from DIGI-UW/openelis-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
25 lines (20 loc) · 879 Bytes
/
Copy path.env
File metadata and controls
25 lines (20 loc) · 879 Bytes
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
ADMIN_PASSWORD=superuser
OE_DB_PASSWORD=clinlims
SSL_TRUSTSTORE_PATH=/etc/openelis-global/truststore
SSL_TRUSTSTORE_PASSWORD=tspass
SSL_KEYSTORE_PATH=/etc/openelis-global/keystore
SSL_KEYSTORE_PASSWORD=kspass
# Source for the proxy's nginx certs/keys mounts.
# Default = the named volumes (filled by the certgen service).
# In deployment, set these to a host path with your real certs, e.g.
# OE_CERTS_PATH=/etc/letsencrypt/live/example.org
# OE_KEYS_PATH=/etc/letsencrypt/live/example.org
OE_CERTS_PATH=certs-vol
OE_KEYS_PATH=keys-vol
# Cert/key filenames the nginx proxy looks for inside the mounts above.
# Default = the self-signed files produced by the certgen service.
# In deployment, set these to your real cert filenames, e.g.
# OE_NGINX_CERT=fullchain.pem
# OE_NGINX_KEY=privkey.pem
OE_NGINX_CERT=apache-selfsigned.crt
OE_NGINX_KEY=apache-selfsigned.key