diff options
| author | mo <mo.khan@gmail.com> | 2018-03-18 17:54:33 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-03-18 17:54:33 -0600 |
| commit | 4d234e7c71c08aea08e20034dad232cd9e1bf731 (patch) | |
| tree | b98080af2dda6815cedd4116209810edbbf00b70 | |
| parent | 92e2b6116c0b3154048e36b1d394ffad14fa2221 (diff) | |
update setup to include amp4e credentials.
| -rw-r--r-- | lib/ats/cli.rb | 7 |
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 |
