diff --git a/templates/auth/wrangler.toml b/templates/auth/wrangler.toml index e67bbfc..d050a31 100644 --- a/templates/auth/wrangler.toml +++ b/templates/auth/wrangler.toml @@ -6,9 +6,12 @@ compatibility_date = "2024-09-25" bindings = [{ name = "DATABASE_DURABLE_OBJECT", class_name = "DatabaseDurableObject", script_name = "starbasedb" }] [vars] +EXTERNAL_DB_URL = "" +EXTERNAL_DB_TOKEN = "" +EXTERNAL_DB_ID = "" REQUIRE_EMAIL_CONFIRM = 1 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