15 lines
596 B
Text
15 lines
596 B
Text
|
|
# Replace with your actual Postgres credentials
|
||
|
|
DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=public"
|
||
|
|
|
||
|
|
# Credentials for your Microsoft App (NextAuth)
|
||
|
|
AZURE_AD_CLIENT_ID="your-client-id"
|
||
|
|
AZURE_AD_CLIENT_SECRET="your-client-secret"
|
||
|
|
AZURE_AD_TENANT_ID="your-tenant-id"
|
||
|
|
|
||
|
|
|
||
|
|
#DATABASE_URL="postgresql://stephen:Web2025$$@192.168.1.210:5432/webcalibre2"
|
||
|
|
|
||
|
|
# Credentials for your Microsoft App (NextAuth)
|
||
|
|
#AZURE_AD_CLIENT_ID="549931a-f491-436b-b7bc-d37d8ca3c17e"
|
||
|
|
#AZURE_AD_CLIENT_SECRET="6a242be1-c711-4cc3-a132-03c1f57993ed"
|
||
|
|
#AZURE_AD_TENANT_ID="1c06ce7c-7884-4796-8652-d4c32d75a5d0"
|