Skip to content

Commit

Permalink
add domain
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 22, 2024
1 parent 58d3ffa commit 2c42a18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name = "sveltia-github-auth"
name = "cms-github-auth"
main = "src/index.js"
compatibility_date = "2023-03-24"
routes = [
{ pattern = "cms-auth.sigpwny.com", custom_domain = true }
]

[vars]
GITHUB_CLIENT_ID = "Iv23liUEcUfEstRLMXhc"
GITHUB_REPO_ID = "525886346"
ALLOWED_DOMAINS = "sigpwny.com"
ALLOWED_DOMAINS = "sigpwny.com"

0 comments on commit 2c42a18

Please sign in to comment.