X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FConfig.md;h=a187331dd645cb3f34ddec3349e312fbafd5c8fd;hb=c3c7c50dc525653fee16a92a5e14106a4b83249c;hp=f85ceb4985ca71d88438bfc1356aaf9bd49b845a;hpb=1b30c684f31e370fe2bf7a1f59f980e0399747ab;p=friendica.git diff --git a/doc/Config.md b/doc/Config.md index f85ceb4985..a187331dd6 100644 --- a/doc/Config.md +++ b/doc/Config.md @@ -136,6 +136,16 @@ $a->config["key"] = "value"; ], + +
+$a->config['register_policy'] = REGISTER_CLOSED;
+
+
+'config' => [
+    'register_policty' => REGISTER_CLOSED,
+],
+
+
 $a->path = "value";
@@ -225,6 +235,17 @@ key = value
 ],
 
+ +
+[config]
+register_policty = REGISTER_CLOSED
+
+
+'config' => [
+    'register_policty' => REGISTER_CLOSED,
+],
+
+
 [section]
@@ -250,7 +271,6 @@ If you need to specify a port to access the database, you can do so by appending
 
     'database' => [
         'hostname' => 'your.mysqlhost.com:123456',
-        ...
     ]
 
 If all of the following environment variables are set, Friendica will use them instead of the previously configured variables for the db: