Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit b3dc47f

Browse files
quentin-sommerfrancoischalifour
authored andcommitted
feat(cli): add default Algolia credentials (#291)
1 parent ed84fde commit b3dc47f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,19 @@ const questions = [
169169
type: 'input',
170170
name: 'appId',
171171
message: 'Application ID',
172+
default: 'latency',
172173
},
173174
{
174175
type: 'input',
175176
name: 'apiKey',
176177
message: 'Search API key',
178+
default: '6be0576ff61c053d5f9a3225e2a90f76',
177179
},
178180
{
179181
type: 'input',
180182
name: 'indexName',
181183
message: 'Index name',
184+
default: 'instant_search',
182185
},
183186
{
184187
type: 'checkbox',

0 commit comments

Comments
 (0)