From acdfa2840f867e686471a8e9ac3f29353fab7dd1 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 27 Oct 2017 10:10:49 -0400 Subject: hi --- config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..9673f59 --- /dev/null +++ b/config.js @@ -0,0 +1,5 @@ +// This is client side config only - don't put anything in here that shouldn't be public! +export const projectId = `cj5xz8szs28930145gct82bdj`; +export const endpoint = `https://api.graph.cool/simple/v1/${projectId}`; +export const imageEndpoint = `https://images.graph.cool/v1/${projectId}`; +export const fileEndpoint = `https://api.graph.cool/file/v1/${projectId}`; -- cgit v1.3