Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CustomCSSInjection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
`;

window['configObject'] = {
api_key: 'DOCUMENTATION_DEMO_API_KEY',
api_key: '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
domain: 'https://sandbox.qrveyapp.com',
page_id: 'MIiDVNmXN',
app_id: 'H2UuWJeIp',
Expand Down
2 changes: 1 addition & 1 deletion CustomChartBuilder/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://demo.qrvey.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'ESAyOQo9u',
USER_ID = 'iN3xBZfkO',
DATASET_ID = 'b01ZpGN8G';
Expand Down
2 changes: 1 addition & 1 deletion CustomChartsDashboard/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://sandbox.qrveyapp.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'H2UuWJeIp',
USER_ID = 'ZreovaM',
QRVEY_ID = 'rxGfSUsPzT',
Expand Down
2 changes: 1 addition & 1 deletion PagePDFExport/js/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function getJwtToken(payload) {
};
const GENERATE_CONFIG = {
headers: {
"x-api-key": 'DOCUMENTATION_DEMO_API_KEY',
"x-api-key": '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
"Content-Type": 'application/json'
}
};
Expand Down
4 changes: 2 additions & 2 deletions PanelsCustomFilter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<script>
var anPanelConfig1 = {
"api_key": "DOCUMENTATION_DEMO_API_KEY",
"api_key": "8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO",
"app_id": "vt1gmR0cH",
"domain": "https://demo.qrvey.com",
"user_id": "iN3xBZfkO",
Expand All @@ -59,7 +59,7 @@
"chart_id": "gR3G3hQWa"
}
var anPanelConfig2 = {
"api_key": "DOCUMENTATION_DEMO_API_KEY",
"api_key": "8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO",
"app_id": "vt1gmR0cH",
"domain": "https://demo.qrvey.com",
"user_id": "iN3xBZfkO",
Expand Down
2 changes: 1 addition & 1 deletion ReportsDashboard/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://sandbox.qrveyapp.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'H2UuWJeIp',
USER_ID = 'ZreovaM',
EXPIRATION_TIME = '60m',
Expand Down
2 changes: 1 addition & 1 deletion TenantSample/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://sandbox.qrveyapp.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'xUS9fAfzv',
USER_ID = 'oqXEaED',
EXPIRATION_TIME = '60m',
Expand Down
2 changes: 1 addition & 1 deletion TenantsAndApps/scripts/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ const USERS = [
];

const QRVEY_DOMAIN = "https://demo.qrvey.com";
const QRVEY_APIKEY = "DOCUMENTATION_DEMO_API_KEY";
const QRVEY_APIKEY = "8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO";
const DATASET_VIEW_NAME = "Main Mysql - orders - View";
2 changes: 1 addition & 1 deletion TenantsAndUsers/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://sandbox.qrveyapp.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO';
EXPIRATION_TIME = '60m';

function getJwtToken(extra_props) {
Expand Down
2 changes: 1 addition & 1 deletion pageSwitch/scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Environment VARS
const DOMAIN = 'https://sandbox.qrveyapp.com',
APIKEY = 'DOCUMENTATION_DEMO_API_KEY',
APIKEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
USERID = 'oqXEaED'
APPID = 'xUS9fAfzv';

Expand Down
2 changes: 1 addition & 1 deletion tableChartGenerator/js/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://demo.qrvey.com',
API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'ESAyOQo9u',
USER_ID = 'iN3xBZfkO',
DATASET_ID = 'b01ZpGN8G';
Expand Down