forked from keypom/airtable-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrangler.toml
51 lines (47 loc) · 1.61 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
name = "fastauth-worker"
compatibility_date = "2023-01-01"
node_compat = true
main = "src/index.js"
# compatibility_flags = [ "nodejs_compat" ]
[observability]
enabled = true
[env.production]
[env.production.vars]
ENVIRONMENT='development'
NETWORK='testnet'
FASTAUTH_CONTRACT_ID='1732654372972-fastauth.testnet'
ORACLE_ACCOUNT_ID='fastauth-oracle-1.testnet'
MPC_CONTRACT_ID='v1.signer-prod.testnet'
AUTH_ORIGIN='https://auth.keypom.xyz'
SHOULD_COVER_DEPOSITS='TRUE'
[env.development]
[env.development.vars]
ENVIRONMENT='development'
NETWORK='testnet'
FASTAUTH_CONTRACT_ID='1732654372972-fastauth.testnet'
ORACLE_ACCOUNT_ID='fastauth-oracle-1.testnet'
MPC_CONTRACT_ID='v1.signer-prod.testnet'
AUTH_ORIGIN='https://fastauth-worker-development.keypom.workers.dev'
SHOULD_COVER_DEPOSITS='TRUE'
DISCORD_CLIENT_ID='1311715486920347811'
GOOGLE_CLIENT_ID='628474345367-00e4u0e95em1hv9idh9lkh1cqve3iv5l.apps.googleusercontent.com'
APPLE_KEY_ID='37H84G7JPL'
APPLE_TEAM_ID='H33JXR3PRG'
APPLE_CLIENT_ID='com.fastauth.service'
[[env.development.kv_namespaces]]
binding = "SESSIONS"
id = "6d6f72263bf04841b60e5ba0ffbe93ae" # Replace with your dev KV namespace ID
[env.local]
[env.local.vars]
ENVIRONMENT='local'
NETWORK='testnet'
FASTAUTH_CONTRACT_ID='1732654372972-fastauth.testnet'
ORACLE_ACCOUNT_ID='fastauth-oracle-1.testnet'
MPC_CONTRACT_ID='v1.signer-prod.testnet'
AUTH_ORIGIN='http://localhost:8787'
SHOULD_COVER_DEPOSITS='TRUE'
DISCORD_CLIENT_ID='1311762429893677107'
GOOGLE_CLIENT_ID='628474345367-oelrf7ptm9hatvcbtj66e8ao73pdfvdf.apps.googleusercontent.com'
[[env.local.kv_namespaces]]
binding = "SESSIONS"
id = "03727e09e2a6428f9f648e6cf162e32b"