-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
17 lines (15 loc) · 964 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL=postgresql://admin:admin@localhost:5432/dodao_api_localhost_db?sslmode=verify-full
REDIS_URL=redis://localhost:6379
GITHUB_TOKEN=sometoken
MAIN_GIT_FOLDER_PATH=/Users/robintc/projects/dodao-onboarding/dodao-api-git
ALL_GIT_GUIDES_FOLDER_NAME=dodao-all-local-guides
DODAO_AUTH_HEADER_NAME=dodao-auth-token
NEXTAUTH_SECRET=somesecret
DODAO_AUTH_SECRET=somesecret
NEXTAUTH_URL=http://localhost:8000/api/auth
OPENAI_API_KEY=somekey
DODAO_SUPERADMINS=0x470579d16401a36BF63b1428eaA7189FBdE5Fee9,[email protected]