-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy pathwrangler.toml.example
More file actions
39 lines (35 loc) · 857 Bytes
/
wrangler.toml.example
File metadata and controls
39 lines (35 loc) · 857 Bytes
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
#:schema node_modules/wrangler/config-schema.json
name = "roim-picx"
account_id = "xxx"
compatibility_date = "2024-11-01"
pages_build_output_dir = "dist"
[vars]
BASE_URL = "http://localhost:3000"
PICX_AUTH_TOKEN = "4xVSYkCKw2ExbPNEaMPjCnaaOowU9sTf"
GITHUB_CLIENT_ID = "xx"
VITE_GITHUB_CLIENT_ID = "xx"
GITHUB_CLIENT_SECRET = "xx"
GITHUB_OWNER = "*"
ADMIN_USERS = "xx"
ALLOW_TOKEN_LOGIN = "true"
STEAM_LOGIN_ENABLED = "true"
STEAM_API_KEY = "xxx"
GOOGLE_LOGIN_ENABLED = "true"
GOOGLE_CLIENT_ID = "xx"
GOOGLE_CLIENT_SECRET = "xxx"
HF_TOKEN = "xxx"
HF_REPO = "roimdev/picx"
STORAGE_TYPE = "R2"
GITLAB_CLIENT_ID = "xxx"
GITLAB_CLIENT_SECRET = "gloas-xx"
VITE_GITLAB_CLIENT_ID = "xx"
[[kv_namespaces]]
binding = "XK"
id = "xxx"
[[r2_buckets]]
binding = "PICX"
bucket_name = "imgs"
[[d1_databases]]
binding = "DB"
database_name = "picx-db"
database_id = "xxx"