]> git.mxchange.org Git - friendica.git/blob - view/templates/local.ini.tpl
Add new INI config files
[friendica.git] / view / templates / local.ini.tpl
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 = {{$dbhost}}
15 username = {{$dbuser}}
16 password = {{$dbpass}}
17 database = {{$dbdata}}
18 charset = utf8mb4
19
20 ; ****************************************************************
21 ; Some config values below can be overruled from the admin settings
22 ; ****************************************************************
23
24 [config]
25 php_path = {{$phpath}}
26
27 admin_email = {{$adminmail}}
28
29 sitename = Friendica Social Network
30
31 register_policy = REGISTER_OPEN
32 register_text =
33
34 max_import_size = 200000
35
36 [system]
37 urlpath = {{$urlpath}}
38
39 default_timezone = {{$timezone}}
40
41 language = {{$language}}
42
43 rino_encrypt = {{$rino}}
44
45 allowed_themes = vier,quattro,duepuntozero,smoothly,frio
46 theme = vier
47
48 allowed_link_protocols[] = ftp
49 allowed_link_protocols[] = ftps
50 allowed_link_protocols[] = mailto
51 allowed_link_protocols[] = cid
52 allowed_link_protocols[] = gopher
53
54 maximagesize = 800000
55
56 no_regfullname = true
57
58 block_local_dir = false
59
60 directory = https://dir.friendica.social
61
62 auth_cookie_lifetime = 7
63
64 INI;
65 // Keep this line