Skip to content

Commit

Permalink
Update env variables in app.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pramitchoudhary committed Feb 1, 2024
1 parent b49116f commit 5357df8
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,21 @@ Secret = "heap-analytics"
SecretKey = "id"

[[Env]]
Name = "H2OGPT_API_TOKEN"
Secret = "h2ogpt-oss"
SecretKey = "h2ogpt-key"
Name = "H2OGPT_URL"
Secret = "h2ogpt-oss-sqlsidekick"
SecretKey = "h2ogpt-url"

[[Env]]
Name = "H2OGPTE_API_TOKEN"
Secret = "h2ogpte-secret-token"
SecretKey = "h2ogpte-api-token"
Name = "H2OGPT_API_TOKEN"
Secret = "h2ogpt-oss-sqlsidekick"
SecretKey = "h2ogpt-key"

[[Env]]
Name = "H2OGPTE_URL"
Secret = "h2ogpte-secret-url"
Secret = "h2ogpte-sqlsidekick"
SecretKey = "h2ogpte-url"

[[Env]]
Name = "H2OGPTE_API_TOKEN"
Secret = "h2ogpte-sqlsidekick"
SecretKey = "h2ogpte-key"

0 comments on commit 5357df8

Please sign in to comment.