Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:2.0:konfigurationsdatei_config.php [2024/02/11 08:21] – fasse | en: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 | + | In addition to MySQL and MariaDB, Admidio |
Possible values: '' | Possible values: '' | ||
Line 108: | Line 108: | ||
Possible values: '' | Possible values: '' | ||
Required version: '' | Required version: '' | ||
+ | |||
+ | ==== $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 '' | ||
+ | |||
+ | Possible values: '' | ||
+ | Required version: '' | ||
==== $gTimezone ==== | ==== $gTimezone ==== |