You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
648 B
12 lines
648 B
# 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_Test"
|
|
VITE_APP_SERVER=https://test.timesafari.app
|
|
# 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=https://test-api.endorser.ch
|
|
|
|
VITE_DEFAULT_IMAGE_API_SERVER=https://test-image-api.timesafari.app
|
|
VITE_DEFAULT_PARTNER_API_SERVER=https://test-partner-api.endorser.ch
|
|
VITE_PASSKEYS_ENABLED=true
|
|
|