Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.server
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
G_CLIENT_ID=Ov23liu3VhivKujL0aGL
G_CLIENT_SECRET=9512e95306a8e228162887ec3ad075da667b4234
JWT_SECRET=9512e95306a8e228162887ec3ad075da667b4234
INIT_TABLE=true
ENABLE_CACHE=true
PRODUCTHUNT_API_TOKEN=
6 changes: 0 additions & 6 deletions example.env.server

This file was deleted.

6 changes: 3 additions & 3 deletions example.wrangler.toml → wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pages_build_output_dir = "dist/output/public"
compatibility_date = "2024-10-03"

[[d1_databases]]
binding = "NEWSNOW_DB"
database_name = "newsnow-db"
database_id = ""
binding = "DB"
database_name = "newsnow"
database_id = "bcd02ff9-cd5a-4940-a18c-7cd22a4b7790"