From 8ea44879b6ba6e3eabb18f5808acc3cf29f868a1 Mon Sep 17 00:00:00 2001 From: LittleBit Date: Sat, 13 Dec 2025 00:39:10 -0600 Subject: [PATCH] Change teable.io to teable.ai in config --- example-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 7adcfa0..c2ea23a 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -1,4 +1,4 @@ -teable_url: "https://app.teable.io" # URL of your Teable instance; if using the official instance this should be "https://app.teable.io" +teable_url: "https://app.teable.ai" # URL of your Teable instance; if using the official instance this should be "https://app.teable.ai" teable_api_key: "KEY_HERE" # get an API key by clicking your name (bottom left) -> Access Token -> Personal access tokens -> Create new token check_interval: 60 # how often to check for changes in seconds email_sender_settings: @@ -20,4 +20,4 @@ watched_tables: # list of tables to watch individually tableid: "tblXXXXXXXX" # Base IDs and Table IDs can be found in the URL when viewing tables in Teable -# Base IDs start with "bse" and Table IDs start with "tbl" \ No newline at end of file +# Base IDs start with "bse" and Table IDs start with "tbl" -- 2.51.2