Skip to content

Commit

Permalink
add documentation for remote file validaton (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 13, 2023
1 parent 4fb2e74 commit d4f349d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,26 @@ Configuration Properties
remote_files_enabled: true
.. describe:: remote_files_validation (Boolean, false)

Enable validating remote files on startup.

Default
Remote file systems will not be validated on startup.

.. code-block:: yaml
remote_files_validation: false
Example
Remote file systems will be validated on startup.

.. code-block:: yaml
remote_files_validation: true
.. describe:: hide_app_version (Boolean, false)

Hide the interactive application's version.
Expand Down

0 comments on commit d4f349d

Please sign in to comment.