archives: add eventlog

This commit is contained in:
Girish Ramakrishnan
2024-12-10 11:01:10 +01:00
parent 490840b71d
commit f973536f7f
9 changed files with 34 additions and 13 deletions

View File

@@ -56,6 +56,8 @@ exports = module.exports = {
mailFqdn: 'my.test.example.com',
serverUrl: `http://localhost:${constants.PORT}`,
auditSource: { ip: '5.6.7.8' }
};
async function setupServer() {