diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-10-27 10:10:49 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-10-27 10:10:49 -0400 |
| commit | acdfa2840f867e686471a8e9ac3f29353fab7dd1 (patch) | |
| tree | 1a069ce11e145d9b286084221951272511debbdf /config.js | |
| parent | 6f44adb59d3542eb21e55e0aae789b1fcc7cf8f1 (diff) | |
hi
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 5 |
1 files changed, 5 insertions, 0 deletions
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}`; |
