]> git.mxchange.org Git - friendica.git/blob - config/local-sample.ini.php
Uncommon logger levels in Friendica (#5453)
[friendica.git] / config / local-sample.ini.php
1 <?php return <<<INI
2
3 ; If automatic system installation fails:
4
5 ; Copy this file to local.ini.php
6
7 ; Why local.ini.php? Because it contains sensitive information which could
8 ; give somebody complete control of your database. Apache's default
9 ; configuration will interpret any .php file as a script and won't show the values
10
11 ; Then set the following for your MySQL installation
12
13 [database]
14 hostname = localhost
15 username = mysqlusername
16 password = mysqlpassword
17 database = mysqldatabasename
18 charset = utf8mb4
19
20
21 ; ****************************************************************
22 ; The configuration below will be overruled by the admin panel.
23 ; Changes made below will only have an effect if the database does
24 ; not contain any configuration for the friendica system.
25 ; ****************************************************************
26
27 [config]
28 admin_email =
29
30 sitename = Friendica Social Network
31
32 register_policy = REGISTER_OPEN
33 register_text =
34
35 [system]
36 default_timezone = UTC
37
38 language = en
39
40 INI;
41 // Keep this line