forked from jcm300/docker-clav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
37 lines (29 loc) · 1.01 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
CERT_API_FOLDER=/etc/nginx/acme.sh/api
CERT_INT_FOLDER=/etc/nginx/acme.sh/int
ACME_FOLDER=/root/.acme.sh
HTTP_PORT=80
HTTPS_PORT=443
#server
DOMAINS_SERVER=clav-api.dglab.gov.pt clav-test.di.uminho.pt
SWAGGER_URL=https://clav-api.dglab.gov.pt
INTERFACE_HOSTS=https://clav.dglab.gov.pt https://epl.di.uminho.pt:7780 https://epl.di.uminho.pt:7781
#interface
DOMAINS_INTERFACE=clav.dglab.gov.pt epl.di.uminho.pt
#graphdb (only for build image), when changed is necessary to make another build of graphdb image
GRAPHDB_VERSION=free-8.11.0
GRAPHDB_DATA_FILE=clav-2020-01-04-false.ttl
#if changed is necessary to make another build of interface
API_VERSION=v2
#if changed is necessary to make another build of interface
#sem proxy
API_URL=https://clav-api.dglab.gov.pt
#com proxy
#API_URL=https://clav.dglab.gov.pt
#sem proxy
NGINX_FILE=nginx.conf.template
#com proxy
#NGINX_FILE=nginxProxy.conf.template
#docker images
GRAPHDB_IMG=jcm300/clav_graphdb:1.0.7
SERVER_IMG=jcm300/clav_api:1.0.0
INTERFACE_IMG=jcm300/clav_interface:1.0.0