]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Reset to default.
authorwbudic <redacted>
Sun, 12 Dec 2021 13:00:29 +0000 (00:00 +1100)
committerwbudic <redacted>
Sun, 12 Dec 2021 13:00:29 +0000 (00:00 +1100)
dbLifeLog/main.cnf

index 7788bdb8c85a410c3edd34e0e89f7c453492ddfe..5836834314c84dde1d26529f49fba93f88baafdb 100644 (file)
@@ -10,23 +10,30 @@ This is an Open Source License project -> https://choosealicense.com/licenses/is
 <<BACKUP_ENABLED<1>>>
 <<LOGOUT_IFRAME_ENABLED<true>>>
 <<LOGOUT_RELOGIN_TXT<Log me In Again>>>
+<<FORCE_DEBUG_ON<1>>>
 
-# Default database driver prefix, is SQLite.
-Note Remove -> '!' prefix to tag name, to enable, set,
-and override any previously set from now on, top to end of file approach.
+#########################################################################
+  Note Remove -> '!' prefix to a tag name, to enable, set,
+  and override any previously set from now on, 
+  it is from top to end file approach, in this type of configuration.
 #
+
+# Default database driver is SQLite, anyhow. 
 # SQLite DB driver. 
-<<DBI_SQL_SOURCE<DBI:SQLite:>>>
-# ProgresSQL DB driver. 
+<<!DBI_SQL_SOURCE<DBI:SQLite:>>>
+
+# ProgresSQL DB driver. Remove '!' to enable.
 <<!DBI_SOURCE<DBI:Pg:host=localhost;>>>
 
-# LOG actual variable size limit, - 1024 default, 128 minimum value. 
+
+# LOG actual variable size limit, - 8192 default, 128 minimum value. 
 <<DBI_LOG_VAR_SIZE<8192>>>
 
 # Set the following to an database name, with external managed multiple users, that are to connect to a single database.
 # Users have to be externally set, and alias is then used for their userid to be able to login. (Add user roles to AUTH table).
 # By default this setting is disabled with 0, making alias name, its own log database, per user.
-<<DBI_MULTI_USER_DB<>>>
+#
+<<!DBI_MULTI_USER_DB<lifelog>>>
 
 # Timezoning, if set to 1, country locale setting for timezone in config page is ignored.
 <<AUTO_SET_TIMEZONE<0>>>
@@ -169,4 +176,4 @@ are older than 24 hours. Remember, the default filtering is on 24 hour and older
 ** i.e VIEW_OVERRIDE_WHERE<NOT RTF>, don't select log entries that contain attached RTF documents.
 ** i.e VIEW_OVERRIDE_WHERE<CAT NOT 'Diary' AND CAT NOT 'System Log' AND DATE FROM=24 days AND NOT OLDER_THAN=1 year>, 
 category is not (!=), resolved category id by name. And also exclude all logs older than an year. 
-All is FROM to OLDER_THAN, affected. So from today (now) to FROM 'will' be paged, visible.
\ No newline at end of file
+All is FROM to OLDER_THAN, affected. So from today (now) to FROM 'will' be paged, visible.