-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
13 lines (12 loc) · 985 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
POSTGRES_URL = "postgres://default:qneCTZJGX14z@ep-sweet-fog-a1l321u8-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require"
POSTGRES_PRISMA_URL = "postgres://default:qneCTZJGX14z@ep-sweet-fog-a1l321u8-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb?sslmode=require&pgbouncer=true&connect_timeout=15"
POSTGRES_URL_NO_SSL = "postgres://default:qneCTZJGX14z@ep-sweet-fog-a1l321u8-pooler.ap-southeast-1.aws.neon.tech:5432/verceldb"
POSTGRES_URL_NON_POOLING = "postgres://default:[email protected]:5432/verceldb?sslmode=require"
POSTGRES_USER = "default"
POSTGRES_HOST = "ep-sweet-fog-a1l321u8-pooler.ap-southeast-1.aws.neon.tech"
POSTGRES_PASSWORD = "qneCTZJGX14z"
POSTGRES_DATABASE = "verceldb"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_aGlwLWRpbmdvLTkwLmNsZXJrLmFjY291bnRzLmRldiQ
CLERK_SECRET_KEY=sk_test_r4wCMXODXzvpHemwUaTHIsvxywqL9vPfDxfLAVoMWA
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up