]> git.mxchange.org Git - friendica.git/blob - view/es/smarty3/htconfig.tpl
0294b5c73b4751e7931caaeccb2dabfb8d336174
[friendica.git] / view / es / smarty3 / htconfig.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<?php
6
7 // Set the following for your MySQL installation
8 // Copy or rename this file to .htconfig.php
9
10 $db_host = '{{$dbhost}}';
11 $db_user = '{{$dbuser}}';
12 $db_pass = '{{$dbpass}}';
13 $db_data = '{{$dbdata}}';
14
15 // If you are using a subdirectory of your domain you will need to put the
16 // relative path (from the root of your domain) here.
17 // For instance if your URL is 'http://example.com/directory/subdirectory',
18 // set $a->path to 'directory/subdirectory'. 
19
20 $a->path = '{{$urlpath}}';
21  
22 // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
23 // It can be changed later and only applies to timestamps for anonymous viewers.
24
25 $default_timezone = '{{$timezone}}';
26
27 // What is your site name?
28
29 $a->config['sitename'] = "La Mia Rete di Amici";
30
31 // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
32 // Be certain to create your own personal account before setting 
33 // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on 
34 // the registration page. REGISTER_APPROVE requires you set 'admin_email'
35 // to the email address of an already registered person who can authorise
36 // and/or approve/deny the request.
37
38 $a->config['register_policy'] = REGISTER_OPEN;
39 $a->config['register_text'] = '';
40 $a->config['admin_email'] = '{{$adminmail}}';
41
42 // Maximum size of an imported message, 0 is unlimited
43
44 $a->config['max_import_size'] = 200000;
45
46 // maximum size of uploaded photos
47
48 $a->config['system']['maximagesize'] = 800000;
49
50 // Location of PHP command line processor
51
52 $a->config['php_path'] = '{{$phpath}}';
53
54 // Location of global directory submission page.
55
56 $a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit';
57 $a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search=';
58
59 // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
60
61 $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
62
63 // Server-to-server private message encryption (RINO) is allowed by default. 
64 // Encryption will only be provided if this setting is true and the
65 // PHP mcrypt extension is installed on both systems 
66
67 $a->config['system']['rino_encrypt'] = true;
68
69 // default system theme
70
71 $a->config['system']['theme'] = 'duepuntozero';
72