Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m49s
21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
# Drizzle
|
|
DATABASE_URL="postgres://root:mysecretpassword@localhost:5432/local"
|
|
|
|
ORIGIN=""
|
|
|
|
# Better Auth
|
|
# For production use 32 characters and generated with high entropy
|
|
# https://www.better-auth.com/docs/installation
|
|
BETTER_AUTH_SECRET=""
|
|
# GitHub OAuth
|
|
# https://www.better-auth.com/docs/authentication/github
|
|
GITHUB_CLIENT_ID=""
|
|
GITHUB_CLIENT_SECRET=""
|
|
|
|
# GitHub App
|
|
GITHUB_APP_ID=""
|
|
GITHUB_APP_SLUG=""
|
|
GITHUB_APP_SETUP_URL="http://localhost:5173/api/github/install/callback"
|
|
# PEM private key (single quoted line, \n for line breaks)
|
|
# GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
|