mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 11:07:49 +00:00
Fixing RF profile file name reference
This commit is contained in:
@@ -39,7 +39,7 @@ public class OpensyncExternalIntegrationSimple implements OpensyncExternalIntegr
|
||||
@Value("${tip.wlan.ovsdb.apProfileFileName:/app/config/ProfileAPExample.json}")
|
||||
private String apProfileFileName;
|
||||
|
||||
@Value("${tip.wlan.ovsdb.apProfileFileName:/app/config/ProfileRf.json}")
|
||||
@Value("${tip.wlan.ovsdb.rfProfileFileName:/app/config/ProfileRf.json}")
|
||||
private String rfProfileFileName;
|
||||
|
||||
@Value("${tip.wlan.ovsdb.ssidProfileFileName:/app/config/ProfileSsid.json}")
|
||||
|
||||
Reference in New Issue
Block a user