-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cda5426
commit b08d90d
Showing
3 changed files
with
53 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,45 @@ | ||
# 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= | ||
NODE_ENV=development | ||
|
||
NEXTAUTH_URL= | ||
NEXTAUTH_SECRET= | ||
DATABASE_URL=postgresql://prisma:hilly-sand-pit@localhost:5432/prisma?schema=prisma-pg-test | ||
|
||
PUBLIC_URL=http://localhost:3000 | ||
NEXTAUTH_URL=http://localhost:3000 | ||
NEXTAUTH_SECRET=taskany | ||
GITHUB_CLIENT_ID= | ||
GITHUB_CLIENT_SECRET= | ||
KEYCLOAK_ID= | ||
KEYCLOAK_ISSUER= | ||
ACCESS_TOKEN_URL= | ||
|
||
JWS_ALGORITHM= | ||
|
||
GRAVATAR_HOST=www.gravatar.com | ||
#NEXT_PUBLIC_GRAVATAR_HOST=www.gravatar.com | ||
|
||
SENTRY_IGNORE_API_RESOLUTION_ERROR= | ||
SENTRY_DSN= | ||
NEXT_PUBLIC_SENTRY_DSN= | ||
#NEXT_PUBLIC_SENTRY_DSN= | ||
SENTRY_DISABLED=0 | ||
SENTRY_AUTH_TOKEN= | ||
SENTRY_RELEASE= | ||
|
||
NEXT_TELEMETRY_DISABLED= | ||
|
||
ADMIN_EMAIL=[email protected] | ||
ADMIN_PASSWORD=admin | ||
|
||
MAIL_PORT= | ||
MAIL_HOST= | ||
MAIL_USER=[email protected] | ||
MAIL_PASS= | ||
|
||
S3_ENDPOINT= | ||
S3_REGION= | ||
S3_BUCKET= | ||
S3_PATH_STYLE= | ||
S3_TLS= | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters