Add comment

This commit is contained in:
D. Berge
2023-05-30 17:20:35 +02:00
parent ff4f6bfd78
commit 7cb2c3ef49

View File

@@ -1,3 +1,8 @@
/**
* This refers to the Dougal instance configuration, taken
* from $DOUGAL_ROOT/etc/config.yaml
*/
const fs = require('fs');
const path = require('path');
const crypto = require('crypto');