Skip to content

Commit 7cc2f1f

Browse files
committed
add comments to env example
1 parent 21c0b41 commit 7cc2f1f

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@ CLICKHOUSE_URL="http://default:@localhost:8123/databuddy_analytics"
22
DATABASE_URL="postgres://databuddy:databuddy_dev_password@localhost:5432/databuddy"
33
REDIS_URL="redis://localhost:6379"
44

5+
# Openrouter API key, only needed for the assistant
56
AI_API_KEY=""
67

78
BETTER_AUTH_URL="http://localhost:3000"
89
BETTER_AUTH_SECRET="your_bcrypt_secret"
910

11+
# OpenPageRank key, not needed for most operations
1012
OPR_API_KEY=""
1113

14+
# Optional, not necessary unless you plan to upload images to organizations
1215
R2_ACCESS_KEY_ID=""
1316
R2_SECRET_ACCESS_KEY=""
1417
R2_BUCKET=""
1518
R2_ENDPOINT=""
1619

20+
# Not necessary, disabled if node env is development
1721
AUTUMN_SECRET_KEY=""
1822

23+
# Important for local
1924
NODE_ENV=development
2025

2126
LOGTAIL_SOURCE_TOKEN=""

apps/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"d3-scale": "^4.0.2",
4141
"dagre": "^0.8.5",
4242
"date-fns": "^4.1.0",
43+
"drizzle-zod": "^0.8.2",
4344
"embla-carousel-react": "^8.6.0",
4445
"framer-motion": "catalog:",
4546
"geojson": "^0.5.0",

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"d3-scale": "^4.0.2",
167167
"dagre": "^0.8.5",
168168
"date-fns": "^4.1.0",
169+
"drizzle-zod": "^0.8.2",
169170
"embla-carousel-react": "^8.6.0",
170171
"framer-motion": "catalog:",
171172
"geojson": "^0.5.0",
@@ -1728,6 +1729,8 @@
17281729

17291730
"drizzle-orm": ["[email protected]", "", { "peerDependencies": { "@aws-sdk/client-rds-data": ">=3", "@cloudflare/workers-types": ">=4", "@electric-sql/pglite": ">=0.2.0", "@libsql/client": ">=0.10.0", "@libsql/client-wasm": ">=0.10.0", "@neondatabase/serverless": ">=0.10.0", "@op-engineering/op-sqlite": ">=2", "@opentelemetry/api": "^1.4.1", "@planetscale/database": ">=1.13", "@prisma/client": "*", "@tidbcloud/serverless": "*", "@types/better-sqlite3": "*", "@types/pg": "*", "@types/sql.js": "*", "@upstash/redis": ">=1.34.7", "@vercel/postgres": ">=0.8.0", "@xata.io/client": "*", "better-sqlite3": ">=7", "bun-types": "*", "expo-sqlite": ">=14.0.0", "gel": ">=2", "knex": "*", "kysely": "*", "mysql2": ">=2", "pg": ">=8", "postgres": ">=3", "sql.js": ">=1", "sqlite3": ">=5" }, "optionalPeers": ["@aws-sdk/client-rds-data", "@cloudflare/workers-types", "@electric-sql/pglite", "@libsql/client", "@libsql/client-wasm", "@neondatabase/serverless", "@op-engineering/op-sqlite", "@opentelemetry/api", "@planetscale/database", "@prisma/client", "@tidbcloud/serverless", "@types/better-sqlite3", "@types/pg", "@types/sql.js", "@upstash/redis", "@vercel/postgres", "@xata.io/client", "better-sqlite3", "bun-types", "expo-sqlite", "gel", "knex", "kysely", "mysql2", "pg", "postgres", "sql.js", "sqlite3"] }, "sha512-8nIiYQxOpgUicEL04YFojJmvC4DNO4KoyXsEIqN44+g6gNBr6hmVpWk3uyAt4CaTiRGDwoU+alfqNNeonLAFOQ=="],
17301731

1732+
"drizzle-zod": ["[email protected]", "", { "peerDependencies": { "drizzle-orm": ">=0.36.0", "zod": "^3.25.1" } }, "sha512-9Do/16OjFFNrQDZgvMtxtDDwKWbFOxUAIwNPKX98SfxrP8H18vhN1BvNXbhelLcdgCE7GEaXDJqBjMExSkhpkA=="],
1733+
17311734
"dunder-proto": ["[email protected]", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="],
17321735

17331736
"duplexer": ["[email protected]", "", {}, "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="],

packages/auth/src/plugins.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)