Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:2.0:konfigurationsdatei_config.php [2024/02/11 08:21] fasseen:2.0:konfigurationsdatei_config.php [2024/12/01 17:11] (current) – [$g_adm_port] greno
Line 1: Line 1:
 ====== Configuration file config.php ====== ====== Configuration file config.php ======
-Like many other programs Admidio also provides a central configuration file, in which the most important settings are stored. You'll find the file in the folder **adm_my_files** (up to and including 2.4 Admidio the file was directly saved in the  Admidio main folder). It is automatically created during the installation and stored there. Usually it is no longer necessary to open and edit. In rare cases, but this may still be necessary, for example, while moving the Admidio folder or to activate a more detailed logs. For this reason we want to give you an overview of the existing and possible settings in the file, as well as a explanation of each setting.+Like many other programs Admidio also provides a central configuration file, in which the most important settings are stored. You'll find the file in the folder **adm_my_files** (up to and including 2.4 Admidio the file was directly saved in the  Admidio main folder). It is automatically created during the installation and stored there. Usually it is no longer necessary to open and edit them. In rare cases, but this may still be necessary, for example, while moving the Admidio folder or to activate a more detailed logs. For this reason we want to give you an overview of the existing and possible settings in the file, as well as a explanation of each setting.
  
 ==== $g_adm_srv ==== ==== $g_adm_srv ====
Line 27: Line 27:
  
 ==== $g_adm_port ==== ==== $g_adm_port ====
-Optionally the port to the database can be specified here. If this parameter is not set, the default port of the database (MySQL: 3306, PostgreSQL: 5432) is used.+Optionally the port to the database can be specified here. If this parameter is not set, the default port of the database (MySQL/MariaDB: 3306, PostgreSQL: 5432) is used.
  
 Possible values: Specification from the webhoster\\  Possible values: Specification from the webhoster\\ 
Line 60: Line 60:
  
 ==== $gDbType ==== ==== $gDbType ====
-Admidio supports in addition to MySQL also PostgreSQL databases. This variable specifies which database engine is to be used.+In addition to MySQL and MariaDB, Admidio also supports PostgreSQL as a database. This variable specifies which database engine is to be used.
  
 Possible values: ''**mysql**'' or ''**pgsql**''\\  Possible values: ''**mysql**'' or ''**pgsql**''\\ 
Line 108: Line 108:
 Possible values: ''​true'',​ ''​false''​\\ ​ Possible values: ''​true'',​ ''​false''​\\ ​
 Required version: ''​**from 3.2**'' Required version: ''​**from 3.2**''
 +
 +==== $gDisableEmailSending ====
 +Prevents all emails from being sent via the system. This includes both system notifications and emails created by users. This parameter should only be set in demo systems where the email interface should still be visible but the improper sending of emails should be prevented. Set this parameter to ''true''. The default setting is ''false'' if not set.
 +
 +Possible values: ''​true'',​ ''​false''​\\ ​
 +Required version: ''​**from 4.3.8**''
  
 ==== $gTimezone ==== ==== $gTimezone ====
  • en/2.0/konfigurationsdatei_config.php.1707636109.txt.gz
  • Last modified: 2024/02/11 08:21
  • by fasse