aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/README.md2
-rw-r--r--apps/web/example.wrangler.toml18
-rw-r--r--apps/web/wrangler.toml2
3 files changed, 2 insertions, 20 deletions
diff --git a/apps/web/README.md b/apps/web/README.md
index 42da305a..c81448e4 100644
--- a/apps/web/README.md
+++ b/apps/web/README.md
@@ -65,4 +65,4 @@ In order to enable the example:
After doing this you can run the `dev` or `preview` script and visit the `/api/hello` route to see the example in action.
-Finally, if you also want to see the example work in the deployed application make sure to add a `MY_KV_NAMESPACE` binding to your Pages application in its [dashboard kv bindings settings section](https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/settings/functions#kv_namespace_bindings_section). After having configured it make sure to re-deploy your application.
+Finally, if you also want to see the example work in the deployed application make sure to add a `MY_KV_NAMESPACE` binding to your Pages application in its [dashboard kv bindings settings section](https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/settings/functions#kv_namespace_bindings_section). After having configured it make sure to re-deploy your application. \ No newline at end of file
diff --git a/apps/web/example.wrangler.toml b/apps/web/example.wrangler.toml
deleted file mode 100644
index 688d8137..00000000
--- a/apps/web/example.wrangler.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-name = "web"
-compatibility_date = "2024-03-29"
-compatibility_flags = ["nodejs_compat"]
-
-[[vectorize]]
-binding = "VECTORIZE_INDEX"
-index_name = "anycontext-idx"
-
-[[d1_databases]]
-binding = "DATABASE"
-database_name = "dev-d1-anycontext"
-
-[vars]
-GOOGLE_CLIENT_ID="-"
-GOOGLE_CLIENT_SECRET="-"
-NEXTAUTH_SECRET="sec"
-NEXTAUTH_URL="http://localhost:3000"
-BACKEND_SECURITY_KEY="XP1FNh+rTYghq2TmrFbMLCCBy+eBAvi8iuoMuV9zDUc="
diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml
index 6630b0d0..12619fdb 100644
--- a/apps/web/wrangler.toml
+++ b/apps/web/wrangler.toml
@@ -9,4 +9,4 @@ index_name = "anycontext-idx"
[[d1_databases]]
binding = "DATABASE"
database_name = "dev-d1-anycontext"
-database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" \ No newline at end of file
+database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c"