-
Notifications
You must be signed in to change notification settings - Fork 24
/
.env.test
18 lines (17 loc) · 1.44 KB
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
# This file contains environment variable overrides required for playwright
# integration tests. Values in this file take precedence over default values in
# .env. Values in .env will still be loaded if not overridden here.
#
# This file is sourced by Vite when running `npm run dev -- --mode=test` or
# `npm run preview -- --mode=test`. See: playwright.config.ts
#
# NOTE: This file is checked-in to version control - it should NEVER include
# secrets (the API keys included below are intended for public API access)
################################################################################
TS_PUBLIC_FRONTEND_VERSION_TAG=test
TS_PUBLIC_BACKEND_URL=http://localhost:4173/api
TS_PUBLIC_TYPESENSE_API_URL=http://localhost:4173/api/typesense
TS_PUBLIC_STRATEGIES='[{"id":"enzyme-polygon-matic-usdc","name":"MATIC-USD breakout on Uniswap v3","url":"http://localhost:4173/api/strategies/enzyme-polygon-matic-usdc"},{"id":"enzyme-polygon-multipair","name":"Multipair breakout strategy on Uniswap v3","url":"http://localhost:4173/api/strategies/enzyme-polygon-multipair"}]'
TS_PRIVATE_ADMIN_PW=secret
TS_PUBLIC_ANNOUNCEMENT='{"title":"Example announcement","description":"This is an example announcement. Check out our <a href='/blog/latest-post'>latest blog post</a>!","ctaLabel":"View blog post","href":"/blog/latest-post","publishAt":"2024-11-01T00:00:00Z","expireAt":"2024-12-01T00:00:00Z"}'