Skip to content

Commit

Permalink
feat(config): Make it easier to get started with Butler using the pro…
Browse files Browse the repository at this point in the history
…vided sample config file

Implements #1143
  • Loading branch information
Göran Sander committed May 13, 2024
1 parent 07c16e8 commit 11007a4
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 129 deletions.
9 changes: 5 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@
"NODE_ENV": "production"
},
"args": [
// "--configfile",
"--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"
// "-c",
// "./config/config-gen-api-docs.yaml",
// "--no-qs-connection"
],
"outFiles": ["${workspaceFolder}/**/*.js"]
}
Expand Down
Loading

0 comments on commit 11007a4

Please sign in to comment.