Skip to content

Commit

Permalink
Merge pull request plotly#559 from plotly/add-sample-note
Browse files Browse the repository at this point in the history
Add note re: sample credentials
  • Loading branch information
scjody authored Jan 21, 2019
2 parents 1047af8 + 9de2b5f commit 4e89461
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ export const FAQ = [
}
];

// The credentials in `SAMPLE_DBS` are made intentionally public.
// These test databases contain only sample data.

export const SAMPLE_DBS = {
[DIALECTS.APACHE_IMPALA]: {
timeout: 180,
Expand Down

0 comments on commit 4e89461

Please sign in to comment.