Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jan 12, 2017
1 parent a9fc33f commit db7e722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 974 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

*.pyc

*.sublime-workspace
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ Applications can then use this data for display.
bqArray["fieldname2"] = "{{dataLayer2}}";
jQuery.post("https://YOUR-PROJECT-ID.appspot.com/bq-streamer", {"bq":JSON.stringify(bqArray)});
}
}
</script>
```
4 changes: 2 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ handlers:
#[START env]
env_variables:
DATASET_ID: tests
TABLE_ID: realtime
SECRET_SALT: changethistosomethingunique
TABLE_ID: realtime_markedmondsonme
SECRET_SALT: blahblahblah
#[END env]
Loading

0 comments on commit db7e722

Please sign in to comment.