This commit is contained in:
Dave Conway-Jones 2019-02-01 22:15:24 +00:00
commit 81781539f7
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@
<pre>sqliteReconnectTime: 20000,</pre></p>
</script>
<script type="text/x-red" data-help-name="sqlitedb">
<p>The default directory for the database file is the user's home directory through which the NR process was started. You can specify absolute path to change it.</p>
</script>
<script type="text/javascript">
RED.nodes.registerType('sqlite',{
category: 'storage-input',