From 69119b0e4288cb4855a83ad7ba8d35d2262dc24b Mon Sep 17 00:00:00 2001 From: dheerajsingh0773-ctrl Date: Sun, 10 May 2026 16:30:55 +0530 Subject: [PATCH] Update wrangler.toml --- templates/auth/wrangler.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/auth/wrangler.toml b/templates/auth/wrangler.toml index e67bbfc..0cb1608 100644 --- a/templates/auth/wrangler.toml +++ b/templates/auth/wrangler.toml @@ -11,4 +11,13 @@ PASSWORD_REQUIRE_LENGTH = 13 PASSWORD_REQUIRE_UPPERCASE = true PASSWORD_REQUIRE_LOWERCASE = true PASSWORD_REQUIRE_NUMBER = false -PASSWORD_REQUIRE_SPECIAL = true \ No newline at end of file +PASSWORD_REQUIRE_SPECIAL = true +# External database source details +OUTERBASE_API_KEY = "" +EXTERNAL_DB_TYPE = "postgresql" +EXTERNAL_DB_HOST = "" +EXTERNAL_DB_PORT = 0 +EXTERNAL_DB_USER = "" +EXTERNAL_DB_PASS = "" +EXTERNAL_DB_DATABASE = "" +EXTERNAL_DB_DEFAULT_SCHEMA = "public"