Skip to content

Commit

Permalink
Made Jay a test instance admin for easier client development.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed May 4, 2024
1 parent fb38f13 commit ac09113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ preview_bucket_name = 'gypsum-test' # ~> Name of the bucket for wrangler dev. Be
CF_ACCOUNT_ID = "bfb2e522e0b245720424784fcf7c04c0" # ~> Account ID. Should be the same as 'account_id'.
R2_BUCKET_NAME = 'gypsum-test' # ~> Name of the bucket. Should be the same as 'r2_buckets.bucket_name'.
GITHUB_USER_AGENT = 'gypsum-test-worker' # ~> User agent for GitHub API requests.
ADMIN_ACCOUNTS = 'LTLA' # ~> Comma-separated list of GitHub users or organizations that can act as administrators.
ADMIN_ACCOUNTS = 'LTLA,jkanche' # ~> Comma-separated list of GitHub users or organizations that can act as administrators.

[triggers]
crons = [ "0 0 * * *" ]

0 comments on commit ac09113

Please sign in to comment.