]> git.mxchange.org Git - friendica.git/blob - tests/datasets/ini/assert_db.ini.php
Moved Mocking usage
[friendica.git] / tests / datasets / ini / assert_db.ini.php
1 <?php return <<<INI
2
3 ; If you're unsure about what any of the config keys below do, please check the config/defaults.ini.php for detailed
4 ; documentation of their data type and behavior.
5
6 [database]
7 hostname = "localhost:3306"
8 username = "friendica"
9 password = "friendica"
10 database = "friendica"
11 charset = utf8mb4
12
13 ; ****************************************************************
14 ; Some config values below can be overruled from the admin settings
15 ; ****************************************************************
16
17 [config]
18 php_path = "/usr/bin/php"
19
20 admin_email = "admin@friendica.local"
21
22 sitename = Friendica Social Network
23
24 register_policy = REGISTER_OPEN
25 register_text =
26
27 max_import_size = 200000
28
29 [system]
30 urlpath = "/friendica"
31
32 default_timezone = "Europe/Berlin"
33
34 language = "de"
35
36 allowed_themes = vier,quattro,duepuntozero,smoothly,frio
37 theme = vier
38
39 allowed_link_protocols[0] = ftp
40 allowed_link_protocols[1] = ftps
41 allowed_link_protocols[2] = mailto
42 allowed_link_protocols[3] = cid
43 allowed_link_protocols[4] = gopher
44
45 maximagesize = 800000
46
47 no_regfullname = true
48
49 block_local_dir = false
50
51 directory = https://dir.friendica.social
52
53 auth_cookie_lifetime = 7
54
55 INI;
56 // Keep this line