Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fixed some Ruxit wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangB33r committed Apr 3, 2017
1 parent 49dee3d commit f29f0a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cloudwatchbridge/dt_cw_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
import requests, datetime, time, sched, subprocess, shlex

# Enter your own environment id and API key token here
#YOUR_ENV_ID = 'ENTER_YOUR_ENV_ID_HERE';
#YOUR_API_TOKEN = 'ENTER_YOUR_API_TOKEN_HERE';

YOUR_ENV_ID = 'demo';
YOUR_API_TOKEN = 'enwUvuLgTnamCqFyibxD9';

YOUR_ENV_ID = 'ENTER_YOUR_ENV_ID_HERE';
YOUR_API_TOKEN = 'ENTER_YOUR_API_TOKEN_HERE';


# Configure a list of monitored components you would like to transfer timeseries for.
Expand Down

0 comments on commit f29f0a8

Please sign in to comment.