mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
feat(miniapp): add telegram-authenticated shell
This commit is contained in:
@@ -140,7 +140,8 @@ module "mini_app_service" {
|
||||
labels = local.common_labels
|
||||
|
||||
env = {
|
||||
NODE_ENV = var.environment
|
||||
NODE_ENV = var.environment
|
||||
BOT_API_URL = module.bot_api_service.uri
|
||||
}
|
||||
|
||||
depends_on = [google_project_service.enabled]
|
||||
|
||||
Reference in New Issue
Block a user