From 2c03e7639fb21312016313822625aafff5667e16 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 15 Jul 2025 07:36:07 +0000 Subject: [PATCH] patch: restored .env.development variables --- .env.development | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index e9628ae4..70091e74 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,14 @@ -VITE_DEFAULT_ENDORSER_API_SERVER=http://127.0.0.1:3000 + +# Only the variables that start with VITE_ are seen in the application import.meta.env in Vue. + +# iOS doesn't like spaces in the app title. +TIME_SAFARI_APP_TITLE="TimeSafari_Dev" +VITE_APP_SERVER=http://localhost:8080 +# This is the claim ID for actions in the BVC project, with the JWT ID on this environment (not production). +VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HWE8FWHQ1YGP7GFZYYPS272F +VITE_DEFAULT_ENDORSER_API_SERVER=http://localhost:3000 +# Using shared server by default to ease setup, which works for shared test users. +VITE_DEFAULT_IMAGE_API_SERVER=https://test-image-api.timesafari.app +VITE_DEFAULT_PARTNER_API_SERVER=http://localhost:3000 +#VITE_DEFAULT_PUSH_SERVER... can't be set up with localhost domain +VITE_PASSKEYS_ENABLED=true