-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.test
More file actions
25 lines (17 loc) · 803 Bytes
/
.env.test
File metadata and controls
25 lines (17 loc) · 803 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
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB (Preview) and CockroachDB (Preview).
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://sammyteillet@localhost:5432/webhook-store-test?schema=public"
APOLLO_KEY=
APOLLO_GRAPH_REF=
# Configuration
MAX_STORED_WEBHOOKS_PER_HOST=
DEFAULT_TARGETS=
IS_PROTECTED=FALSE
# File Storage Configuration
S3_BUCKET_NAME=
S3_BUCKET_ENDPOINT=
S3_BUCKET_PREFIX_PATH=
S3_BUCKET_ACCESS_KEY_ID=
S3_BUCKET_SECRET_ACCESS_KEY=