aboutsummaryrefslogtreecommitdiffstats
path: root/util/config.md
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-14 14:34:08 -0800
committerfriendica <info@friendica.com>2013-01-14 14:34:08 -0800
commitc450049a0ad0e0c38c34c15da1b105fadbba113e (patch)
tree27f5124dc934276c5fd4ebf738ec426c8dcf6aac /util/config.md
parentb429a9496a32338542c2223329ee00b3b67c98e3 (diff)
downloadvolse-hubzilla-c450049a0ad0e0c38c34c15da1b105fadbba113e.tar.gz
volse-hubzilla-c450049a0ad0e0c38c34c15da1b105fadbba113e.tar.bz2
volse-hubzilla-c450049a0ad0e0c38c34c15da1b105fadbba113e.zip
document the config cli tool
Diffstat (limited to 'util/config.md')
-rw-r--r--util/config.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/util/config.md b/util/config.md
new file mode 100644
index 000000000..3b834fe01
--- /dev/null
+++ b/util/config.md
@@ -0,0 +1,26 @@
+CLI config utility
+==================
+
+Usage:
+
+
+config
+ displays all config entries
+
+
+config family
+ displays all config entries for family (system, database, etc)
+
+
+config family key
+ displays single config entry for specified family and key
+
+config family key value
+ set config entry for specified family and key to value and display result
+
+
+
+Notes:
+ Setting config entries which are manually set in .htconfig.php may result in
+conflict between database settings and the manual startup settings.
+