Skip to content

Commit

Permalink
log ID
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 5, 2023
1 parent 54aaa8b commit 6a6c270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stores/geode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const use_geode_store = defineStore('geode', {
const cloud_store = use_cloud_store()
const public_runtime_config = useRuntimeConfig().public
var geode_url = `${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}`
console.log('ID', cloud_store.ID)
if (process.env.NODE_ENV == 'production') {
geode_url += `/${cloud_store.ID}/geode`
}
Expand Down

0 comments on commit 6a6c270

Please sign in to comment.