Skip to content

Commit

Permalink
Merge pull request #75 from go-bazzinga/login-system-workflow-change
Browse files Browse the repository at this point in the history
overriding auth, app domain in github workflow
  • Loading branch information
rosarp-gobazzinga authored Mar 21, 2024
2 parents 13071bb + a3b467d commit 617bc24
Show file tree
Hide file tree
Showing 11 changed files with 461 additions and 324 deletions.
7 changes: 4 additions & 3 deletions AppConfig.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
auth_ic_url = "https://ic0.app"
auth_sign_key = ""
auth_domain = "https://hot-or-not-auth.fly.dev"
app_domain = "https://hot-or-not-web-leptos-ssr.fly.dev"
cookie_domain = "https://yral.com"
auth_domain = "https://auth.yral.com"
app_domain = "https://yral.com"

cloudflare_account_identifier = ""
cloudflare_api_token = ""
cloudflare_namespace_identifier = ""

google_auth_landing_url = "https://hot-or-not-auth.fly.dev/google_oauth2_response"
google_auth_landing_url = "https://auth.yral.com/google_oauth2_response"
google_client_id = ""
google_client_secret = ""
Loading

0 comments on commit 617bc24

Please sign in to comment.