Fix indentation style in settings docs

This commit is contained in:
Hypolite Petovan 2018-11-27 02:46:01 -05:00
parent 16f845d7fc
commit 1141e15ccf
2 changed files with 35 additions and 35 deletions

View File

@ -361,13 +361,13 @@ These are the data base settings, the admin account settings, the path of PHP an
With the following settings, you specify the data base server, the username and password for Friendica and the database to use. With the following settings, you specify the data base server, the username and password for Friendica and the database to use.
'database' => [ 'database' => [
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'mysqlusername', 'username' => 'mysqlusername',
'password' => 'mysqlpassword', 'password' => 'mysqlpassword',
'database' => 'mysqldatabasename', 'database' => 'mysqldatabasename',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
], ],
## Admin users ## Admin users
@ -377,17 +377,17 @@ But you can expand the list of email addresses by any used email address you wan
Registration of new accounts with a listed email address is not possible. Registration of new accounts with a listed email address is not possible.
'config' => [ 'config' => [
'admin_email' => 'you@example.com, buddy@example.com', 'admin_email' => 'you@example.com, buddy@example.com',
], ],
## PHP Path ## PHP Path
Some of Friendica's processes are running in the background. Some of Friendica's processes are running in the background.
For this you need to specify the path to the PHP binary to be used. For this you need to specify the path to the PHP binary to be used.
'config' => [ 'config' => [
'php_path' => '/usr/bin/php', 'php_path' => '/usr/bin/php',
], ],
## Subdirectory configuration ## Subdirectory configuration
@ -395,9 +395,9 @@ It is possible to install Friendica into a subdirectory of your web server.
We strongly discourage you from doing so, as this will break federation to other networks (e.g. Diaspora, GNU Social, Hubzilla) We strongly discourage you from doing so, as this will break federation to other networks (e.g. Diaspora, GNU Social, Hubzilla)
Say you have a subdirectory for tests and put Friendica into a further subdirectory, the config would be: Say you have a subdirectory for tests and put Friendica into a further subdirectory, the config would be:
'system' => [ 'system' => [
'urlpath' => 'tests/friendica', 'urlpath' => 'tests/friendica',
], ],
## Other exceptions ## Other exceptions

View File

@ -347,21 +347,21 @@ Dies sind die Datenbank Einstellungen, die Administrator Accounts, der PHP Pfad
Mit den folgenden Einstellungen kannst du die Zugriffsdaten für den Datenbank Server festlegen. Mit den folgenden Einstellungen kannst du die Zugriffsdaten für den Datenbank Server festlegen.
'database' => [ 'database' => [
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'mysqlusername', 'username' => 'mysqlusername',
'password' => 'mysqlpassword', 'password' => 'mysqlpassword',
'database' => 'mysqldatabasename', 'database' => 'mysqldatabasename',
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
], ],
Sollten alle der folgenden Environment-Variablen gesetzt sein, wird Friendica diese anstatt der vorher konfigurierten Werte nutzen. Sollten alle der folgenden Environment-Variablen gesetzt sein, wird Friendica diese anstatt der vorher konfigurierten Werte nutzen.
MYSQL_HOST MYSQL_HOST
MYSQL_PORT MYSQL_PORT
MYSQL_USERNAME MYSQL_USERNAME
MYSQL_PASSWORD MYSQL_PASSWORD
MYSQL_DATABASE MYSQL_DATABASE
## Administratoren ## Administratoren
@ -371,17 +371,17 @@ Die Liste der E-Mail Adressen kann aber einfach erweitert werden.
Mit keiner der angegebenen E-Mail Adressen können weitere Accounts registriert werden. Mit keiner der angegebenen E-Mail Adressen können weitere Accounts registriert werden.
'config' => [ 'config' => [
'admin_email' => 'you@example.com, buddy@example.com', 'admin_email' => 'you@example.com, buddy@example.com',
], ],
## PHP Pfad ## PHP Pfad
Einige Prozesse von Friendica laufen im Hintergrund. Einige Prozesse von Friendica laufen im Hintergrund.
Für diese Prozesse muss der Pfad zu der PHP Version gesetzt sein, die verwendet werden soll. Für diese Prozesse muss der Pfad zu der PHP Version gesetzt sein, die verwendet werden soll.
'config' => [ 'config' => [
'php_path' => '/usr/bin/php', 'php_path' => '/usr/bin/php',
], ],
## Unterverzeichnis Konfiguration ## Unterverzeichnis Konfiguration
@ -389,9 +389,9 @@ Man kann Friendica in ein Unterverzeichnis des Webservers installieren.
Wir raten allerdings dringen davon ab, da es die Interoperabilität mit anderen Netzwerken (z.B. Diaspora, GNU Social, Hubzilla) verhindert. Wir raten allerdings dringen davon ab, da es die Interoperabilität mit anderen Netzwerken (z.B. Diaspora, GNU Social, Hubzilla) verhindert.
Mal angenommen, du hast ein Unterverzeichnis tests und willst Friendica in ein weiteres Unterverzeichnis installieren, dann lautet die Konfiguration hierfür: Mal angenommen, du hast ein Unterverzeichnis tests und willst Friendica in ein weiteres Unterverzeichnis installieren, dann lautet die Konfiguration hierfür:
'system' => [ 'system' => [
'urlpath' => 'tests/friendica', 'urlpath' => 'tests/friendica',
], ],
## Weitere Ausnahmen ## Weitere Ausnahmen