summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-03-18 17:54:33 -0600
committermo <mo.khan@gmail.com>2018-03-18 17:54:33 -0600
commit4d234e7c71c08aea08e20034dad232cd9e1bf731 (patch)
treeb98080af2dda6815cedd4116209810edbbf00b70
parent92e2b6116c0b3154048e36b1d394ffad14fa2221 (diff)
update setup to include amp4e credentials.
-rw-r--r--lib/ats/cli.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ats/cli.rb b/lib/ats/cli.rb
index b5244a0..0a39d1a 100644
--- a/lib/ats/cli.rb
+++ b/lib/ats/cli.rb
@@ -42,10 +42,15 @@ module ATS
say "New file created at #{new_file}."
yaml = YAML.dump({
default: {
+ amp4e: {
+ api_host: 'https://api.amp.cisco.com',
+ client_id: '',
+ client_secret: '',
+ },
threat_grid: {
api_host: 'https://example.com',
api_key: 'secret'
- }
+ },
}
})
say yaml, :yellow