# Name of the worker. Chnage "" to your liking. # name = "" compatibility_date = "2023-12-01" [vars] # # The public URL under which the service is available, i.e. usually a custom domain PUBLIC_URL = "https://server.domain.name" # When a public CDN url is set, the blobs are served directly through this URL # with a 302 redirect. RECOMMENDED. CDN_PUBLIC_URL = "https://cdn.media-server.slidestr.net" # # Comma separated list of nupbs of allowed users. No blanks spaces. Leave empty for public access. ALLOWED_NPUBS = "" [[kv_namespaces]] # Run the command to get a KV namespace ID and add the ID below, as "" # npx wrangler kv:namespace create media-server # binding = "KV_BLOSSOM" id = "" [[r2_buckets]] # Run the command to get a R2 bucket and add the bucket name below as # npx wrangler r2 bucket create media-server # binding = "BLOSSOM_BUCKET" bucket_name = ""