Skip to content

Commit 84b542a

Browse files
committed
removed sample application yml
1 parent 304088f commit 84b542a

File tree

3 files changed

+1
-454
lines changed

3 files changed

+1
-454
lines changed

configure-dependencies.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash -e
22
echo "Configuring dependencies before build"
3-
cp java/registry/src/main/resources/application.yml.sample java/registry/src/main/resources/application.yml
43
cp java/registry/src/main/resources/frame.json.sample java/registry/src/main/resources/frame.json
54
#cp java/registry/src/main/resources/audit_frame.json.sample java/registry/src/main/resources/audit_frame.json
65
cp java/claim/src/main/resources/application.properties.sample java/claim/src/main/resources/application.properties

java/registry/src/main/resources/application.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ decryption:
181181

182182
signature:
183183
enabled: ${signature_enabled:true}
184-
healthCheckURL: ${sign_health_check_url:http://localhost:8079/health}
184+
healthCheckURL: ${sign_health_check_url:http://localhost:8013/}
185185
signURL: ${sign_url:http://localhost:8079/sign}
186186
verifyURL: ${verify_url:http://localhost:8079/verify}
187187
keysURL: ${keys_url:http://localhost:8013/keys/}
@@ -192,7 +192,6 @@ signature:
192192

193193
certificate:
194194
templateBaseUrl: ${template_base_url:http://localhost:8081/api/v1/templates/}
195-
healthCheckURL: ${certificate_health_check_url:http://localhost:8078/health}
196195
apiUrl: ${pdf_url:http://localhost:8078/api/v1/certificate}
197196
templateFolderPath: ${template_folder_path:public/_schemas/templates/}
198197
enableExternalTemplates: ${enable_external_templates:false}

0 commit comments

Comments
 (0)