diff --git a/.env.local b/.env.local index f5108f74..5a6839c4 100644 --- a/.env.local +++ b/.env.local @@ -1,8 +1,7 @@ -VUE_APP_ACCOUNT_API_URL=http://localhost:8419 +VUE_APP_ACCOUNT_API_URL=https://api.account.test.network VUE_APP_CRISP_WEBSITE_ID= VUE_APP_EXPLORER_URL=https://test.network -VUE_APP_GATEWAY_URL=http://gateway.local.network:3000 +VUE_APP_GATEWAY_URL=https://gateway.test.network VUE_APP_INDEX_URL=https://index.test.network VUE_APP_PRODUCT_ID_PRIORITYSUPPORT=priority-support -VUE_APP_PRODUCT_ID_MANAGEDHOSTING=managed-hosting -VUE_APP_STRIPE_PUBLISHABLE_KEY= +VUE_APP_STRIPE_PUBLISHABLE_KEY=pk_test_2n7wQ4HrkYxQPX6TEqo56xTG00Jg7YQHLA \ No newline at end of file diff --git a/package.json b/package.json index fc62592f..c60ceb04 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "scripts": { "build": "vue-cli-service build", - "dev": "node -r dotenv/config ./node_modules/.bin/vue-cli-service --port 8000 serve", + "dev": "vue-cli-service serve --port 8419", "dev:local": "DOTENV_CONFIG_PATH=.env.local npm run dev", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --fix --ext .js,.vue src", diff --git a/src/components/Search.vue b/src/components/Search.vue index d074a99c..33a8f090 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -1,13 +1,19 @@