Commit 62a82c96500464f8740a90dba1c3c80346fe541b
1 parent
06248c27
Exists in
master
Fix env
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
conf/.env
... | ... | @@ -2,15 +2,15 @@ |
2 | 2 | VERSION=11 |
3 | 3 | |
4 | 4 | ###########GITHUB PATH :as the repository is set in gitlab |
5 | -GITREPO_INSTITUTION=PADC | |
6 | -GITREPO_SERVER=voparis-tap-example | |
5 | +GITREPO_INSTITUTION=omp | |
6 | +GITREPO_SERVER=cdpp-epntap.irap.omp.eu | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | 10 | #########Be careful, the .env parameters overwrites the gavo.rc from gitlab |
11 | 11 | |
12 | 12 | #Following parameters will take default values if commented : |
13 | -DACHS_PORT=81 | |
13 | +DACHS_PORT=80 | |
14 | 14 | #default 80 |
15 | 15 | APACHE_PORT=8081 |
16 | 16 | #default 8080 |
... | ... | @@ -20,7 +20,7 @@ DOMAIN= |
20 | 20 | #default to empty string for localhost |
21 | 21 | PROTOCOL=http |
22 | 22 | #default to http |
23 | -CONTAINER_NAME=dachs_voparis | |
23 | +CONTAINER_NAME=dachs_cdpp | |
24 | 24 | |
25 | 25 | #note the default ports inside the container will be binded to DACHS_PORT and AWSTATS_PORT of the host machine |
26 | 26 | ... | ... |