From b920589efd0370d9a4ce01cae5c7bf8f0bdfdaf1 Mon Sep 17 00:00:00 2001 From: vivekpal1 <31vivekpal@gmail.com> Date: Sun, 8 Sep 2024 03:26:19 +0700 Subject: [PATCH] fix: config w bigtable --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.rs b/src/config.rs index 8d7bcc4..0ae2588 100644 --- a/src/config.rs +++ b/src/config.rs @@ -15,6 +15,8 @@ pub struct Config { pub wasm_modules: Option<_>, pub wasm_memory_limit: Option, pub wasm_execution_timeout: Option, + pub bigtable_instance_name: String, + pub bigtable_app_profile_id: String, } #[derive(Debug, Deserialize)]