Skip to content
Snippets Groups Projects
Unverified Commit 5b46170d authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Use actual URL of the Metastore

parent d4679047
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
;; only enable the changing the store url during dev because we don't want people switching it out in production! ;; only enable the changing the store url during dev because we don't want people switching it out in production!
(when config/is-dev? (when config/is-dev?
(env :metastore-dev-server-url)) (env :metastore-dev-server-url))
"https://metastore-demo.herokuapp.com")) "https://store.metabase.com"))
;;; +----------------------------------------------------------------------------------------------------------------+ ;;; +----------------------------------------------------------------------------------------------------------------+
;;; | TOKEN VALIDATION | ;;; | TOKEN VALIDATION |
......
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