16 lines
No EOL
428 B
JavaScript
16 lines
No EOL
428 B
JavaScript
export default {
|
|
ndjsonPath: '/var/log/caddy/access.ndjson',
|
|
server: 'caddy',
|
|
sites: {
|
|
'example.com': {
|
|
app: 'matomo',
|
|
appUrl: 'https://matomo-analytics.example.com',
|
|
appToken: 'some-token',
|
|
siteId: 'some-site-id'
|
|
},
|
|
'example.org': {
|
|
app: 'plausible',
|
|
appUrl: 'https://plausible-analytics.example.org'
|
|
}
|
|
}
|
|
}; |