Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users add in UI only path to the txt file and in the file content-source.xml is file path xml tag.

Code Block
# sharepoint connector
<seedsFilePath>${aspire.config.dir}/${app.name}/urls.txt</seedsFilePath>

#smb connector
<fileUrl>C:\tmp\ups.txt</fileUrl>

#filesystem connector
<fileUrl>C:\tmp\ups.txt</fileUrl>


...