Skip to content

Commit

Permalink
MOSIP-28427 reset local.development as false (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuradesh authored Sep 8, 2023
1 parent ef4207c commit 6c96073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-abis/src/main/java/io/mosip/proxy/abis/Listener.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Listener {
* registration-processor-abis-sample.json If true then
* registration-processor-abis-sample.json will be picked from resources
*/
@Value("${local.development:true}")
@Value("${local.development:false}")
private boolean localDevelopment;

@Autowired
Expand Down

0 comments on commit 6c96073

Please sign in to comment.