-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.test
More file actions
27 lines (27 loc) · 770 Bytes
/
Copy path.env.test
File metadata and controls
27 lines (27 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
NEXT_PUBLIC_BASE_URL=http://localhost:3000
PGHOST=127.0.0.1
PGPORT=54322
PGUSER=postgres
PGDATABASE=postgres
PGPASSWORD=postgres
SENTRY_DSN=sentryDsn
SENTRY_ENV=sentryEnv
PUBLIC_S3_BASE_URL=https://test.example.com
S3_ENDPOINT=http://127.0.0.1:54321/storage/v1/s3
S3_REGION=local
S3_ACCESS_KEY_ID=accesskeyneedstobeexactly32chars
S3_ACCESS_KEY_SECRET=12345678
S3_MAPS_BUCKET=paradb-maps-test
SEARCH_IMPLEMENTATION=postgres
MEILISEARCH_HOST=unused
MEILISEARCH_KEY=unused
FLAGS_IMPLEMENTATION=local
FLAGS_EDGE_CONFIG=unused
FLAGS_EDGE_CONFIG_KEY=unused
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=
SUPABASE_SECRET_KEY=
AXIOM_API_TOKEN=unused
AXIOM_DATASET=unused
NEXT_PUBLIC_AXIOM_API_TOKEN=unused
NEXT_PUBLIC_AXIOM_DATASET=unused