Skip to content

Commit

Permalink
fix: config w bigtable
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekpal1 committed Sep 7, 2024
1 parent c909bcb commit b920589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pub struct Config {
pub wasm_modules: Option<_>,
pub wasm_memory_limit: Option<i32>,
pub wasm_execution_timeout: Option<i32>,
pub bigtable_instance_name: String,
pub bigtable_app_profile_id: String,
}

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit b920589

Please sign in to comment.