mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
docs(terraform): align secret id examples
This commit is contained in:
@@ -8,6 +8,11 @@ artifact_repository_id = "household-bot"
|
||||
bot_api_image = "europe-west1-docker.pkg.dev/my-gcp-project/household-bot/bot:latest"
|
||||
mini_app_image = "europe-west1-docker.pkg.dev/my-gcp-project/household-bot/miniapp:latest"
|
||||
|
||||
database_url_secret_id = "database-url"
|
||||
openai_api_key_secret_id = "openai-api-key"
|
||||
# supabase_url_secret_id = "supabase-url"
|
||||
# supabase_publishable_key_secret_id = "supabase-publishable-key"
|
||||
|
||||
bot_household_id = "11111111-1111-4111-8111-111111111111"
|
||||
bot_household_chat_id = "-1001234567890"
|
||||
bot_purchase_topic_id = 777
|
||||
|
||||
Reference in New Issue
Block a user