-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrangler.toml
39 lines (32 loc) · 974 Bytes
/
wrangler.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated by Wrangler on Wed May 22 2024 16:21:50 GMT-0700 (Pacific Daylight Time)
name = "warpdive-dev"
pages_build_output_dir = "dist"
compatibility_date = "2024-05-19"
[[d1_databases]]
binding = "DB"
database_id = "3057d479-df8e-4c8e-ab90-36e9f06212da"
database_name = "warpdive-dev-db"
migrations_dir = "./src/db/migrations"
[[r2_buckets]]
binding = "STORAGE"
bucket_name = "warpdive-dev-r2"
# R2 Bucket binding for dev environment
# Local development configuration
[dev]
ip = "127.0.0.1"
port = 8787
local_protocol = "http"
[env.production]
name = "warpdive"
compatibility_date = "2024-05-19"
[[env.production.d1_databases]]
binding = "DB"
database_id = "a2743890-27fc-4466-afab-9c393d598b6d"
database_name = "warpdive-db"
migrations_dir = "./src/db/migrations"
[[env.production.r2_buckets]]
binding = "STORAGE"
bucket_name = "warpdive-r2"
[env.production.vars]
PUBLIC_WEB_HOSTNAME = "https://www.warpdive.xyz"
PUBLIC_GITHUB_CLIENT_ID = "Ov23liQLUvkouKzT9J6M"