diff --git a/.env.local b/.env.local index ecffd56..05a3350 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,7 @@ -VUE_APP_SPECKLE_ID=720cce4c99 -VUE_APP_SPECKLE_SECRET=d26ea2c5c0 -VUE_APP_SERVER_URL=https://latest.speckle.dev -VUE_APP_SPECKLE_NAME=SpeckleDemo \ No newline at end of file +# Replace these with the app id and app secret that you get once registering +# an application on the Speckle Server! +VUE_APP_SPECKLE_ID=c2c12aaad2 +VUE_APP_SPECKLE_SECRET=3b4109dc32 +# Make sure you change this to use the server of your choice! +VUE_APP_SERVER_URL=https://speckle.xyz +VUE_APP_SPECKLE_NAME="Speckle Demo App" \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index f49ce14..96cab99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,7 @@ width="40" height="24" /> -
Please log in to access you Speckle data.