Skip to content

Commit

Permalink
Change PHX_HOST to api.buildel.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Feb 28, 2024
1 parent f0ddeaf commit dfe91b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ swap_size_mb = 512
release_command = "/app/bin/migrate"

[env]
PHX_HOST = "buildel-api.fly.dev"
PHX_HOST = "api.buildel.ai"
PORT = "8080"
SEARCH_DB_URL = "http://buildel-searchdb.fly.dev"
NLM_API_URL = "https://buildel-nlm-ingestor.fly.dev"
Expand Down
2 changes: 1 addition & 1 deletion apps/web-remix/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ processes = []
dockerfile = "Dockerfile"

[env]
API_URL = "https://buildel-api.fly.dev"
API_URL = "https://api.buildel.ai"
PAGE_URL = "https://app.buildel.ai"
GOOGLE_REDIRECT_URI = "https://app.buildel.ai/auth/google/callback"

Expand Down

0 comments on commit dfe91b5

Please sign in to comment.