1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update config.local.php

add a link to file config.local.user.php
This commit is contained in:
Robles Rodolphe 2023-12-15 10:32:56 +01:00 committed by GitHub
parent 23f6bc597a
commit 4868e0b87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
* *
* NE PAS MODIFIER CE FICHIER! * NE PAS MODIFIER CE FICHIER!
* *
* Pour configurer Paheko, copiez ce fichier en 'config.local.php' * Pour ajouter des configurations personneles à Paheko, ajoutez-les dans __DATA__DIR__/data/config.local.user.php'
* puis décommentez et modifiez ce dont vous avez besoin. * puis décommentez et modifiez ce dont vous avez besoin.
*/ */
@ -884,3 +884,5 @@ const MAIL_SENDER = '__APP__@__DOMAIN__';
* @var null|string * @var null|string
*/ */
//const ALERT_MESSAGE = 'Ceci est un compte de test.'; //const ALERT_MESSAGE = 'Ceci est un compte de test.';
require '__DATA__DIR__/data/config.local.user.php';