Skip to content

Commit c285563

Browse files
author
Vikas Agarwal
committed
Empty default config
1 parent 2c12891 commit c285563

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config/default.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,15 @@
6060
"MAX_REVISION_NUMBER": 100,
6161
"UNIQUE_GMAIL_VALIDATION": false,
6262
"SSO_REFCODES": "[]",
63-
"VALID_STATUSES_BEFORE_PAUSED": "[\"active\"]"
63+
"VALID_STATUSES_BEFORE_PAUSED": "[\"active\"]",
64+
"lookerConfig": {
65+
"BASE_URL": "",
66+
"CLIENT_ID": "",
67+
"CLIENT_SECRET": "",
68+
"TOKEN": "TOKEN",
69+
"USE_MOCK": false,
70+
"QUERIES": {
71+
"REG_STATS": 1234
72+
}
73+
}
6474
}

0 commit comments

Comments
 (0)