File tree 3 files changed +1
-454
lines changed
java/registry/src/main/resources
3 files changed +1
-454
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
echo " Configuring dependencies before build"
3
- cp java/registry/src/main/resources/application.yml.sample java/registry/src/main/resources/application.yml
4
3
cp java/registry/src/main/resources/frame.json.sample java/registry/src/main/resources/frame.json
5
4
# cp java/registry/src/main/resources/audit_frame.json.sample java/registry/src/main/resources/audit_frame.json
6
5
cp java/claim/src/main/resources/application.properties.sample java/claim/src/main/resources/application.properties
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ decryption:
181
181
182
182
signature :
183
183
enabled : ${signature_enabled:true}
184
- healthCheckURL : ${sign_health_check_url:http://localhost:8079/health }
184
+ healthCheckURL : ${sign_health_check_url:http://localhost:8013/ }
185
185
signURL : ${sign_url:http://localhost:8079/sign}
186
186
verifyURL : ${verify_url:http://localhost:8079/verify}
187
187
keysURL : ${keys_url:http://localhost:8013/keys/}
@@ -192,7 +192,6 @@ signature:
192
192
193
193
certificate :
194
194
templateBaseUrl : ${template_base_url:http://localhost:8081/api/v1/templates/}
195
- healthCheckURL : ${certificate_health_check_url:http://localhost:8078/health}
196
195
apiUrl : ${pdf_url:http://localhost:8078/api/v1/certificate}
197
196
templateFolderPath : ${template_folder_path:public/_schemas/templates/}
198
197
enableExternalTemplates : ${enable_external_templates:false}
You can’t perform that action at this time.
0 commit comments