Skip to content

Commit

Permalink
BFD-3791: fix setting name for samhsa_allowed_certificate_aliases_json (
Browse files Browse the repository at this point in the history
  • Loading branch information
aschey-forpeople authored Dec 16, 2024
1 parent 81f3e5c commit bdb3f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/utils/scripts/run-bfd-server
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ setvar db/password $password
setvar pac/enabled true
setvar pac/claim_source_types "fiss,mcs"
setvar c4dic/enabled false
setvar samhsa_allowed_certificates_json '["client-local-dev-samhsa"]'
setvar samhsa_allowed_certificate_aliases_json '["client-local-dev-samhsa"]'

classpath="${launcher_jar}:${bin_dir}/lib/*:${exec_dir}/lib/*"
mainClass="gov.cms.bfd.server.launcher.DataServerLauncherApp"
Expand Down

0 comments on commit bdb3f19

Please sign in to comment.