Création d'un fichier de configuration d'exemple pour matomo
This commit is contained in:
parent
aa0e342e21
commit
60fdb4d4c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ nodemon.json
|
||||
!example.env
|
||||
/config/instance*
|
||||
!/config/instance-example.js
|
||||
/config/matomo.js
|
||||
|
||||
# FRONT END :
|
||||
|
||||
|
5
config/matomo-example.js
Normal file
5
config/matomo-example.js
Normal file
@ -0,0 +1,5 @@
|
||||
// Saisir l'url et l'id du site dans matomo et enregistrer le fichier sous le nom matomo.js
|
||||
module.exports =
|
||||
{
|
||||
matomo: { url: "https://example.tld/", siteId: "1" },
|
||||
};
|
@ -1,7 +0,0 @@
|
||||
// Si non utilisé, supprimer l'appel des JS front-end puis recompiler.
|
||||
// Revoir comment réorganiser cela sous-forme de module indépendant.
|
||||
module.exports =
|
||||
{
|
||||
// Stats Matomo :
|
||||
matomo: { url: "https://stats.le-fab-lab.com/", siteId: "5" },
|
||||
};
|
Loading…
Reference in New Issue
Block a user