You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Docker environment is ready to be used in our service.
62
59
63
60
### Configuration Variables
64
-
The configuration file `service/src/main/resources/review-service.yaml` contain the necessary configuration to run the microservice locally. Below configuration variables need to be set using environment variables.
|AUTH_DOMAIN | Authentication domain of JWT, Dont set unless you have valid tokens with given AUTH_DOMAIN, Defaulted to 'topcoder-dev.com' |
69
-
|IP | The IP of your docker container |
70
-
|OLTP_USER | The Informix OLTP user |
71
-
|OLTP_PW | The Informix OLTP user password |
72
-
|OLTP_URL | The JDBC URL of Informix OLTP database |
73
-
|DW_USER | The Informix DW user |
74
-
|DW_PW | The Informix DW user password |
75
-
|DW_URL | The JDBC URL of Informix DW database |
76
-
|TC_JWT_KEY | Secret used in JWT Service, Used for signature verification as well |
77
-
78
-
In Linux, Set the environment variables as
61
+
The configuration file `service/src/main/resources/review-service.yaml` contain the necessary configuration to get the M2M token. The dummy values should be replaced with real ones
### Set up Local Maven repository for Appirio Maven
105
-
106
-
- Since maven.appirio.net is not accessible, We need to set up a local maven repository with the zip file `temp-maven-repo-master.zip`
107
-
108
-
- Unzip the contents to any of the directory in your System. **In Linux, the directory should not be a mounted directory like pen drive, hard disk, etc..**
109
-
110
-
- Open `pom.xml` in `service` directory and replace the `<url>` of Local repository with `absolute path of the unzipped file`. E.g. If you have unzipped the files to `/home/user/temp-maven-repo-master`, then POM entry will look like
0 commit comments