Skip to content

Commit 65d5c39

Browse files
committed
Update documentation with new defaults
1 parent 5a0dc2b commit 65d5c39

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

doc/motion_config.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,13 @@ <h3><a name="native_language"></a> native_language</h3>
806806

807807
<h3><a name="target_dir"></a> target_dir </h3>
808808
<ul>
809-
<li> Values: String | Default: current directory</li>
809+
<li> Values: String</li>
810810
The full path for the target directory for pictures, snapshots, movies, etc. to be saved.
811+
<p></p>
812+
Default: The sub directory of lib/motion/media from the directory defined
813+
by --localstatedir=DIR during the configure step of installation. If this was
814+
not defined, it will default to /var/lib/motion/media or /usr/local/var/lib/motion/media
815+
depending upon your system</li>
811816
</ul>
812817
<p></p>
813818

@@ -2695,15 +2700,20 @@ <h3><a name="OptDetail_Database"></a>Database</h3>
26952700
<ul>
26962701
<h3><a name="database_type"></a> database_type </h3>
26972702
<ul>
2698-
<li> Values: mariadb, postgresql, sqlite3 | Default: Not defined</li>
2703+
<li> Values: mariadb, postgresql, sqlite3 | Default: sqlite3</li>
26992704
The database type.
27002705
</ul>
27012706
<p></p>
27022707

27032708
<h3><a name="database_dbname"></a> database_dbname </h3>
27042709
<ul>
2705-
<li> Values: String | Default: Not defined</li>
2710+
<li> Values: String </li>
27062711
The full path and file name to the Sqlite3 database.
2712+
<p></p>
2713+
Default: motion.db in the directory defined by --localstatedir=DIR during
2714+
the configure step of installation. If this was not defined, it will
2715+
default to /var/lib/motion/motion.db or /usr/local/var/lib/motion/motion.db
2716+
depending upon your system</li>
27072717
</ul>
27082718
<p></p>
27092719

0 commit comments

Comments
 (0)