diff --git a/.gitignore b/.gitignore
index 9afb9d55..c77e2eaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@ src/config/production_2.yaml
src/config/butler-config.yaml
src/udp_client/udp-client.exe
src/config/production_empty_arrays.yaml
+src/config/production_template_filledin.yaml
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 00000000..d053c759
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,10 @@
+{
+ "tabWidth": 4,
+ "semi": true,
+ "singleQuote": true,
+ "printWidth": 140,
+ "arrowParens": "always",
+ "bracketSpacing": true,
+
+ "useTabs": false
+}
diff --git a/.prettierrc.yaml b/.prettierrc.yaml
deleted file mode 100644
index 8f6f31a3..00000000
--- a/.prettierrc.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-printWidth: 140
-tabWidth: 4
-useTabs: false
-semi: true
-singleQuote: true
-trailingComma: 'es5'
-bracketSpacing: true
-arrowParens: 'always'
-requirePragma: false
-insertPragma: false
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 468882cb..15ea0543 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,36 +1,37 @@
{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "type": "node",
- "request": "launch",
- "name": "Launch Program",
- "program": "${workspaceFolder}/src/butler.js",
- "runtimeVersion": "20",
- "cwd": "${workspaceFolder}/src",
- "env": {
- "NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
- "NODE_ENV": "production"
- },
- "args": [
- "--configfile",
- // "config/production.yaml",
- "config/production_template.yaml",
- // "--new-relic-account-name",
- // "'First NR account'",
- // "--new-relic-account-id",
- // "ACCOUNTID",
- // "--new-relic-api-key",
- // "APIKEY",
-
- // "-c",
- // "./config/config-gen-api-docs.yaml",
- // "--no-qs-connection"
- ],
- "outFiles": ["${workspaceFolder}/**/*.js"]
- }
- ]
-}
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "node",
+ "request": "launch",
+ "name": "Launch Program",
+ "program": "${workspaceFolder}/src/butler.js",
+ "runtimeVersion": "20",
+ "cwd": "${workspaceFolder}/src",
+ "env": {
+ "NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
+ "NODE_ENV": "production"
+ },
+ "args": [
+ "--configfile",
+ "config/production.yaml",
+ // "config/production_template.yaml",
+ // "config/production_template_filledin.yaml",
+ // "--new-relic-account-name",
+ // "'First NR account'",
+ // "--new-relic-account-id",
+ // "ACCOUNTID",
+ // "--new-relic-api-key",
+ // "APIKEY",
+
+ // "-c",
+ // "./config/config-gen-api-docs.yaml",
+ // "--no-qs-connection"
+ ],
+ "outFiles": ["${workspaceFolder}/**/*.js"]
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/docs/api_doc/butler-api.html b/docs/api_doc/butler-api.html
index 43d62aaa..463c356c 100644
--- a/docs/api_doc/butler-api.html
+++ b/docs/api_doc/butler-api.html
@@ -1,358 +1,2147 @@
-
+
+
+
+ Butler API documentation
+
+
+
+
+
+
+
-
-
- Butler API documentation
-
-
-
-
-
-
-
-
-
-