File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN mkdir -p /nfs_shares/tcs-downloads
26
26
27
27
# # tokenized
28
28
Add ./jboss_files/deploy/tcs_informix-ds.xml /root/
29
- Add ./token.properties /root/
29
+ Add ./token.properties.local /root/token.properties
30
30
RUN cat /root/token.properties | grep -v '^#' | grep -v '^$' | sed s/\\ //\\\\\\ //g | awk -F '=' '{print "s/@"$1"@/"$2"/g"}' | sed -f /dev/stdin /root/tcs_informix-ds.xml >> /root/jboss-4.0.2/server/default/deploy/informix-ds.xml
31
31
RUN rm /root/token.properties
32
32
RUN rm /root/tcs_informix-ds.xml
Original file line number Diff line number Diff line change @@ -145,11 +145,11 @@ DOMAIN_AUTH0 = topcoder-dev.auth0.com
145
145
########################################
146
146
# The authenticator used in the login process - this object must be defined in the OnlineReview.xml file too
147
147
# typical windows configuration
148
- login.authenticator=MockXMLAuthenticator
149
- localFileUploadDir=/root/downloads
150
- localStudioFileUploadDir=/root/downloads
151
- catalogOutputDir=/mnt/shared/temp_files
152
- distributionToolOutputDir=/mnt/shared/temp_files/tmp_dist
148
+ login.authenticator=ORAuthenticator
149
+ localFileUploadDir=/nfs_shares/tcssubmissions
150
+ localStudioFileUploadDir=/nfs_shares/studiofiles/submissions
151
+ catalogOutputDir=/nfs_shares/tcs-downloads
152
+ distributionToolOutputDir=/root/temp/dist-gen
153
153
#distributionScriptsBase=/root/jboss-4.0.2/server/default/deploy/review.war/WEB-INF/classes/distribution_scripts/unix
154
154
distributionScriptsBase=/root/web/conf/distribution_scripts/unix
155
155
exttemplatesdir=/root/jboss-4.0.2/server/default/deploy/review.war/WEB-INF/classes/templates
You can’t perform that action at this time.
0 commit comments