Skip to content
Snippets Groups Projects
Commit 02b6d43d authored by moon's avatar moon
Browse files

#66: Included wiki api key

parent ba7760c2
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,8 @@ export const devApiHost = '/cms';
// export const apiHost = 'http://localhost:1337';
// export const devApiHost = 'http://localhost:1337';
// apikey should be give here:
// apikey should be given here:
export const apikey = process.env.VUE_APP_API_KEY;
// wiki apikey should be given here:
export const wikiApikey = process.env.VUE_APP_WIKI_KEY;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment