Initial: Cloudflare Workers + D1 licensing server
This commit is contained in:
8
wrangler.toml
Normal file
8
wrangler.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
name = "cowl-licensing"
|
||||
main = "src/index.js"
|
||||
compatibility_date = "2024-01-01"
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "cowl-licensing"
|
||||
database_id = "TO_BE_FILLED"
|
||||
Reference in New Issue
Block a user