Skip to content

Commit

Permalink
feat: add openai api key field to init_config.test.toml too
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgabler committed Feb 23, 2024
1 parent 9b91a9f commit 1ceeaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/utils/templates/init_config.test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ enabled = true
port = 54323
# External URL of the API server that frontend connects to.
api_url = "http://127.0.0.1"
# OpenAI API Key to use for Supabase AI in the Supabase Studio.
openai_api_key = "env(OPENAI_API_KEY)"

# Email testing server. Emails sent with the local dev setup are not actually sent - rather, they
# are monitored, and you can view the emails that would have been sent from the web interface.
Expand Down

0 comments on commit 1ceeaa5

Please sign in to comment.