Skip to content

Commit 44925aa

Browse files
author
vikasrohit
authored
Merge pull request #453 from topcoder-platform/feature/looker_reporting
Feature/looker reporting
2 parents 63eec1d + 335ede5 commit 44925aa

File tree

8 files changed

+284
-56
lines changed

8 files changed

+284
-56
lines changed

config/custom-environment-variables.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"pageSize": "PAGE_SIZE",
5757
"SSO_REFCODES": "SSO_REFCODES",
5858
"lookerConfig": {
59+
"EMBED_KEY": "LOOKER_EMBED_KEY",
60+
"LOOKER_HOST": "LOOKER_HOST",
61+
"SESSION_LENGTH": "SESSION_LENGTH",
5962
"BASE_URL": "LOOKER_API_BASE_URL",
6063
"CLIENT_ID": "LOOKER_API_CLIENT_ID",
6164
"CLIENT_SECRET": "LOOKER_API_CLIENT_SECRET",

config/default.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"VALID_STATUSES_BEFORE_PAUSED": "[\"active\"]",
6262
"SSO_REFCODES": "[]",
6363
"lookerConfig": {
64+
"EMBED_KEY": "FAKE_KEY",
65+
"LOOKER_HOST": "demo.looker.com",
66+
"SESSION_LENGTH": 86400,
6467
"BASE_URL": "",
6568
"CLIENT_ID": "",
6669
"CLIENT_SECRET": "",

0 commit comments

Comments
 (0)