mirror of
https://github.com/JonasunderscoreJones/analytics.jonasjones.dev.git
synced 2025-10-22 17:09:18 +02:00
migrated to DB implementation
This commit is contained in:
parent
62bdced695
commit
8a52ed518e
4 changed files with 630 additions and 1001 deletions
|
@ -10,6 +10,11 @@ workers_dev = true
|
|||
binding = "CDN_BUCKET"
|
||||
bucket_name = "cdn"
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "REQUESTS"
|
||||
database_id = "665c17d4-250a-4a6d-8317-9b4522c7842f"
|
||||
|
||||
# Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
|
||||
# Note: Use secrets to store sensitive data.
|
||||
# Docs: https://developers.cloudflare.com/workers/platform/environment-variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue