We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc5883 commit ca46d7eCopy full SHA for ca46d7e
.env.example
@@ -1,6 +1,7 @@
1
GITHUB_TOKEN=your_github_personal_access_token_here
2
PORT=3102
3
APP_ENV=production
4
+WARMUP_USERNAME=pphatdev
5
6
# Database provider selection
7
# cloudflare: use Cloudflare D1 over HTTP
@@ -9,9 +10,6 @@ DATABASE_PROVIDER=sqlite
9
10
11
# Local SQLite file path (used when DATABASE_PROVIDER=sqlite)
12
DATABASE_URL=./data/stats.db
-
13
-WARMUP_USERNAME=pphatdev
14
15
# Cloudflare / Wrangler / D1
16
# Used by drizzle.config.ts when running Drizzle commands against D1.
17
# Required when DATABASE_PROVIDER=cloudflare.
.gitignore
@@ -23,3 +23,5 @@ Thumbs.db
23
24
# Bun
25
.bun/
26
+.vercel
27
+.env*.local
0 commit comments