-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.default
22 lines (19 loc) · 967 Bytes
/
.env.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Environment variables declared in a .env file are automatically used by Astro and Prisma.
#
# This file can be used as a template for your own .env file, but since a useful .env file often
# contains secrets, .env is listed in .gitignore and should never be checked in.
# The Prisma connection string: https://pris.ly/d/connection-strings
DATABASE_URL="file:./dev.db"
# To run the read-only parts of the server, you can create a fine-grained token at
# https://github.com/settings/personal-access-tokens/new.
GITHUB_TOKEN=github_pat_...
# If you want to run the server as a real app, against a test org, specify these variables instead.
# See https://docs.github.com/en/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events
APP_ID="YOUR_APP_ID"
CLIENT_ID="YOUR_CLIENT_ID"
CLIENT_SECRET="YOUR_CLIENT_SECRET"
WEBHOOK_SECRET="YOUR_WEBHOOK_SECRET"
PRIVATE_KEY="Multi-line
contents
of
filename.private-key.pem"