Skip to content

Commit

Permalink
Data configuration for Galette schema
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 26, 2023
1 parent 482650d commit 237b5c2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config.inc.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ return $config = [
'faclass' => 'fa fa-pencil',
'url' => 'http://galette.eu/site/contact'
]
],
'schema' => [
'usage' => false ],
'mapping' => [
'avg_members' => 'avg_entities',
'avg_contributions' => 'avg_computers',
'avg_transactions' => 'avg_networkequipments'
],
'dyn_references' => [
'num_members' => [
'label' => 'Number of members',
'short_label' => '#members'
]
]
],
'baseurl' => 'https://telemetry.galette.eu',
Expand All @@ -39,5 +52,5 @@ return $config = [
'secret' => ''
],
'mail_admin' => '',
'mail_from' => '[email protected]',
'mail_from' => '[email protected]'
];

0 comments on commit 237b5c2

Please sign in to comment.