Skip to content

Commit

Permalink
fix: set the correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Dec 5, 2024
1 parent 183d199 commit d13b40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockercompose/ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func ai(
cfg,
"http://graphql:8080/v1/graphql",
"postgres://postgres@postgres:5432/local?sslmode=disable",
"http://storage:5000",
"http://storage:5000/v1",
"",
)

Expand Down
2 changes: 1 addition & 1 deletion dockercompose/ai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func expectedAI() *Service {
"GRAPHITE_BASE_URL": "http://ai:8090",
"GRAPHITE_WEBHOOK_SECRET": "webhookSecret",
"HASURA_GRAPHQL_ADMIN_SECRET": "adminSecret",
"NHOST_STORAGE_URL": "http://storage:5000",
"NHOST_STORAGE_URL": "http://storage:5000/v1",
"LICENSE": "",
"NHOST_GRAPHQL_URL": "http://graphql:8080/v1/graphql",
"OPENAI_API_KEY": "openaiApiKey",
Expand Down

0 comments on commit d13b40e

Please sign in to comment.