Fixes bug on fetching Funder using wrong url
This commit is contained in:
parent
7b921a7ede
commit
cab0d68fc2
|
@ -32,7 +32,7 @@ public class DynamicFunderConfigurationProdImpl implements DynamicFunderConfigur
|
|||
@Override
|
||||
public Configuration getConfiguration() {
|
||||
if (this.configuration != null) return this.configuration;
|
||||
String fileUrl = this.environment.getProperty("configuration.dynamicProjectUrl");
|
||||
String fileUrl = this.environment.getProperty("configuration.dynamicFunderUrl");
|
||||
System.out.println("Loaded also config file: " + fileUrl);
|
||||
String current = null;
|
||||
InputStream is = null;
|
||||
|
|
Loading…
Reference in New Issue