]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
move from nav_bg color to static background color
[friendica.git] / static / defaults.config.php
index 11731f214894f18d937ed4e65f019cbfe5765ea3..18b70d3c152f6e000adeb4c28880589abcc5e873 100644 (file)
@@ -32,6 +32,11 @@ return [
                // Can contain the port number with the syntax "hostname:port".
                'hostname' => '',
 
+               // port (Integer)
+               // Port of the database server.
+               // Can be used instead of adding a port number to the hostname
+               'port' => null,
+
                // user (String)
                // Database user name. Please don't use "root".
                'username' => '',