summaryrefslogtreecommitdiff
path: root/src/config.js
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-15 23:34:54 +0300
committerYuval Adam <_@yuv.al>2019-10-16 10:31:54 +0300
commit67a1524062f1fc2e45a9f35dbb582e072315ef9e (patch)
treedc1fabf984fdd0b3ed277a490432f50e62c78e17 /src/config.js
parentcad678c781b7d137470c0efa06b4f911eacc2000 (diff)
Initial fetchImages() implementation doesn't work due to CORS
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
new file mode 100644
index 0000000..83f0192
--- /dev/null
+++ b/src/config.js
@@ -0,0 +1,5 @@
+const IMAGES_BASE_URL = 'https://imgs.geshem.space'
+
+const MAPBOX_ACCESS_TOKEN = 'pk.eyJ1IjoieXV2YWRtIiwiYSI6ImNpcnMxbzBuaTAwZWdoa25oczlzZmkwbHcifQ.UHtLngbKm9O8945pJm23Nw';
+
+module.exports = { IMAGES_BASE_URL, MAPBOX_ACCESS_TOKEN };