Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Doubt example for index.json #23

Closed
beckmx opened this issue Aug 5, 2019 · 1 comment
Closed

Doubt example for index.json #23

beckmx opened this issue Aug 5, 2019 · 1 comment

Comments

@beckmx
Copy link

beckmx commented Aug 5, 2019

Hello, I was reading your readmes, but it is only mentioned that it is needed the API key, do you have an example of where to export the index.json that contains all the data needed in config.default.ts?

@lbwa
Copy link
Owner

lbwa commented Aug 16, 2019

index.json include all your private configuration. You can refer to the following structure:

{
  "oauth_client_id": "xxxxxx",
  "oauth_client_secret": "xxxxx",
  "google_project_id": "xxxx",
  "google_api_key": "xxxx"
}

@beckmx beckmx closed this as completed Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants