fix(readme): Correct DATABASE_CONFIG example formatting in README and add local settings configuration file

This commit is contained in:
2025-08-14 07:22:44 +00:00
parent d5f56e6ef6
commit aedbc25269
3 changed files with 14 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/qenv',
version: '6.1.1',
version: '6.1.2',
description: 'A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.'
}